Color Hex Logo

#6bb4de Color Hex

#6BB4DE
(107,180,222)
0 Favorites   0 Comments

Color spaces of #6bb4de

RGB 107180222
HSL0.560.640.65
HSV202°52°87°
CMYK 0.520.190.00   0.13
XYZ35.569541.042275.1545
Yxy41.04220.23440.2704
Hunter Lab64.0642-13.0062-24.7089
CIE-Lab70.2055-11.2597-28.1208

#6bb4de color RGB value is (107,180,222).

#6bb4de hex color red value is 107, green value is 180 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6bb4de hue: 0.56 , saturation: 0.64 and the lightness value of 6bb4de is 0.65.

The process color (four color CMYK) of #6bb4de color hex is 0.52, 0.19, 0.00, 0.13. Web safe color of #6bb4de is #66cccc. Color #6bb4de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10110100 11011110
Octal 153 264 336
Decimal 107 180 222
Hex 6B B4 DE

RGB Percentages of Color #6bb4de

%21.02
%35.36
%43.61

CMYK Percentages of Color #6bb4de

%52
%19
%0
%13

Triadic Colors of #6bb4de

#6bb4de #de6bb4 #b4de6b

Analogous Colors of #6bb4de

#6bb4de #6b7bde #6bdecf

Monochromatic Colors of #6bb4de

#6bb4de

Complementary Color

#6bb4de #de956b

#6bb4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bb4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bb4de Color CSS Codes

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

#6bb4de Text Font Color

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

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


#6bb4de Background Color

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

This div background color is #6bb4de


#6bb4de Border Color

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

This div border color is #6bb4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bb4de


Comments

No comments written yet.

Please login to write comment.