Color Hex Logo

#6bbfe8 Color Hex

#6BBFE8
(107,191,232)
0 Favorites   0 Comments

Color spaces of #6bbfe8

RGB 107191232
HSL0.550.730.66
HSV200°54°91°
CMYK 0.540.180.00   0.09
XYZ39.259746.213683.1948
Yxy46.21360.23280.2740
Hunter Lab67.9806-15.8799-24.9728
CIE-Lab73.6839-14.2002-28.2143

#6bbfe8 color RGB value is (107,191,232).

#6bbfe8 hex color red value is 107, green value is 191 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #6bbfe8 hue: 0.55 , saturation: 0.73 and the lightness value of 6bbfe8 is 0.66.

The process color (four color CMYK) of #6bbfe8 color hex is 0.54, 0.18, 0.00, 0.09. Web safe color of #6bbfe8 is #66ccff. Color #6bbfe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11101000
Octal 153 277 350
Decimal 107 191 232
Hex 6B BF E8

RGB Percentages of Color #6bbfe8

%20.19
%36.04
%43.77

CMYK Percentages of Color #6bbfe8

%54
%18
%0
%9

Triadic Colors of #6bbfe8

#6bbfe8 #e86bbf #bfe86b

Analogous Colors of #6bbfe8

#6bbfe8 #6b81e8 #6be8d3

Monochromatic Colors of #6bbfe8

#6bbfe8

Complementary Color

#6bbfe8 #e8946b

#6bbfe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfe8 Color CSS Codes

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

#6bbfe8 Text Font Color

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

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


#6bbfe8 Background Color

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

This div background color is #6bbfe8


#6bbfe8 Border Color

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

This div border color is #6bbfe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfe8


Comments

No comments written yet.

Please login to write comment.