Color Hex Logo

#6fb8dc Color Hex

#6FB8DC
(111,184,220)
0 Favorites   0 Comments

Color spaces of #6fb8dc

RGB 111184220
HSL0.560.610.65
HSV200°50°86°
CMYK 0.500.160.00   0.14
XYZ36.614342.827874.0470
Yxy42.82780.23850.2790
Hunter Lab65.4430-14.6572-21.2750
CIE-Lab71.4379-13.0781-25.1233

#6fb8dc color RGB value is (111,184,220).

#6fb8dc hex color red value is 111, green value is 184 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6fb8dc hue: 0.56 , saturation: 0.61 and the lightness value of 6fb8dc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111000 11011100
Octal 157 270 334
Decimal 111 184 220
Hex 6F B8 DC

RGB Percentages of Color #6fb8dc

%21.55
%35.73
%42.72

CMYK Percentages of Color #6fb8dc

%50
%16
%0
%14

Triadic Colors of #6fb8dc

#6fb8dc #dc6fb8 #b8dc6f

Analogous Colors of #6fb8dc

#6fb8dc #6f82dc #6fdcca

Monochromatic Colors of #6fb8dc

#6fb8dc

Complementary Color

#6fb8dc #dc936f

#6fb8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb8dc Color CSS Codes

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

#6fb8dc Text Font Color

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

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


#6fb8dc Background Color

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

This div background color is #6fb8dc


#6fb8dc Border Color

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

This div border color is #6fb8dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,184,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fb8dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fb8dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6fb8dc;
  box-shadow:         1px 1px 3px 2px #6fb8dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,184,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb8dc


Comments

No comments written yet.

Please login to write comment.