Color Hex Logo

#6bbfd7 Color Hex

#6BBFD7
(107,191,215)
0 Favorites   0 Comments

Color spaces of #6bbfd7

RGB 107191215
HSL0.540.570.63
HSV193°50°84°
CMYK 0.500.110.00   0.16
XYZ36.959945.293771.0845
Yxy45.29370.24100.2954
Hunter Lab67.3006-19.7480-15.5131
CIE-Lab73.0849-19.0358-19.9063

#6bbfd7 color RGB value is (107,191,215).

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

The process color (four color CMYK) of #6bbfd7 color hex is 0.50, 0.11, 0.00, 0.16. Web safe color of #6bbfd7 is #66cccc. Color #6bbfd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11010111
Octal 153 277 327
Decimal 107 191 215
Hex 6B BF D7

RGB Percentages of Color #6bbfd7

%20.86
%37.23
%41.91

CMYK Percentages of Color #6bbfd7

%50
%11
%0
%16

Triadic Colors of #6bbfd7

#6bbfd7 #d76bbf #bfd76b

Analogous Colors of #6bbfd7

#6bbfd7 #6b89d7 #6bd7b9

Monochromatic Colors of #6bbfd7

#6bbfd7

Complementary Color

#6bbfd7 #d7836b

#6bbfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfd7 Color CSS Codes

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

#6bbfd7 Text Font Color

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

This sample text font color is #6bbfd7
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.


#6bbfd7 Background Color

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

This div background color is #6bbfd7


#6bbfd7 Border Color

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

This div border color is #6bbfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfd7

#6bbfd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.