Color Hex Logo

#6bbffd Color Hex

#6BBFFD
(107,191,253)
0 Favorites   0 Comments

Color spaces of #6bbffd

RGB 107191253
HSL0.570.970.71
HSV205°58°99°
CMYK 0.580.250.00   0.01
XYZ42.423847.479399.8569
Yxy47.47930.22360.2502
Hunter Lab68.9052-10.6847-37.6889
CIE-Lab74.4953-7.9513-38.2870

#6bbffd color RGB value is (107,191,253).

#6bbffd hex color red value is 107, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6bbffd hue: 0.57 , saturation: 0.97 and the lightness value of 6bbffd is 0.71.

The process color (four color CMYK) of #6bbffd color hex is 0.58, 0.25, 0.00, 0.01. Web safe color of #6bbffd is #66ccff. Color #6bbffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11111101
Octal 153 277 375
Decimal 107 191 253
Hex 6B BF FD

RGB Percentages of Color #6bbffd

%19.42
%34.66
%45.92

CMYK Percentages of Color #6bbffd

%58
%25
%0
%1

Triadic Colors of #6bbffd

#6bbffd #fd6bbf #bffd6b

Analogous Colors of #6bbffd

#6bbffd #6b76fd #6bfdf2

Monochromatic Colors of #6bbffd

#6bbffd

Complementary Color

#6bbffd #fda96b

#6bbffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbffd Color CSS Codes

.mybgcolor {background-color:#6bbffd; } 
.myforecolor {color:#6bbffd; }
.mybordercolor {border:3px solid #6bbffd; }

#6bbffd Text Font Color

<p style="color:#6bbffd">Text here</p>

This sample text font color is #6bbffd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6bbffd Background Color

<div style="background-color:#6bbffd">
Div content here</div>

This div background color is #6bbffd


#6bbffd Border Color

<div style="border:3px solid #6bbffd">
Div here</div>

This div border color is #6bbffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,191,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bbffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bbffd;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbffd;
  box-shadow:         1px 1px 3px 2px #6bbffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,191,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6bbffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6bbffd;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbffd;
  box-shadow:         1px 1px 3px 2px #6bbffd;">
Div content here</div>

This div box has shadow with color #6bbffd


Comments

No comments written yet.

Please login to write comment.