Color Hex Logo

#6bc3ef Color Hex

#6BC3EF
(107,195,239)
0 Favorites   0 Comments

Color spaces of #6bc3ef

RGB 107195239
HSL0.560.800.68
HSV200°55°94°
CMYK 0.550.180.00   0.06
XYZ41.158548.388088.8319
Yxy48.38800.23070.2713
Hunter Lab69.5615-16.1168-27.0219
CIE-Lab75.0690-14.2614-29.8660

#6bc3ef color RGB value is (107,195,239).

#6bc3ef hex color red value is 107, green value is 195 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6bc3ef hue: 0.56 , saturation: 0.80 and the lightness value of 6bc3ef is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000011 11101111
Octal 153 303 357
Decimal 107 195 239
Hex 6B C3 EF

RGB Percentages of Color #6bc3ef

%19.78
%36.04
%44.18

CMYK Percentages of Color #6bc3ef

%55
%18
%0
%6

Triadic Colors of #6bc3ef

#6bc3ef #ef6bc3 #c3ef6b

Analogous Colors of #6bc3ef

#6bc3ef #6b81ef #6befd9

Monochromatic Colors of #6bc3ef

#6bc3ef

Complementary Color

#6bc3ef #ef976b

#6bc3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc3ef Color CSS Codes

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

#6bc3ef Text Font Color

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

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


#6bc3ef Background Color

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

This div background color is #6bc3ef


#6bc3ef Border Color

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

This div border color is #6bc3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc3ef


Comments

No comments written yet.

Please login to write comment.