Html Css Color HEX #6FB5BC Glacier

📋 copy color: '#6FB5BC'

red 111 ◦ green 181 ◦ blue 188

#6FB5BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #6FB5BC

Tints of Glacier #6FB5BC

RGB

 RED value IS 111 (43.75% from 255) = 23.13%

 GREEN value IS 181 (71.09% from 255) = 37.71%

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 23.13%
G = 37.71%
B = 39.17%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6FB5BC (or 0x6FB5BC) is known color: Glacier. HEX triplet: 6F, B5 and BC. RGB value is (111,181,188). Sum of RGB (Red+Green+Blue) = 111+181+188=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #6FB5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB5BC is #904A43. Grayscale: #A0A0A0. Windows color (decimal): -9456196 or 12367215. OLE color: 12367215.

HSL color Cylindrical-coordinate representation of color #6FB5BC: hue angle of 185.45º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FB5BC is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 181 188 -
CMYK 0.41 0.04 0 0.26
HSL 185.45º 0.36% 0.59% -
HSV(B) 185.45º 0.41% 0.74% -
XYZ 32.16 40.06 53.61 -
YUV 160.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 111 181 188 0.41 0.04 0 0.26 185.45 0.36 0.59
Hex 6F B5 BC 29 4 0 1A B9 24 3B
Octal 157 265 274 51 4 0 32 271 44 73
Binary 1101111 10110101 10111100 101001 100 0 11010 10111001 100100 111011

Color Harmonies of #6FB5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB5BC

Black with #6FB5BC

Text Example


Text Example

White with #6FB5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FB5BC; }

 p { color: rgb(111,181,188); }

 H1.HeaderClassName
 {
   color: #6FB5BC;
 }
 .AnyTagClassName
 {
   color: #6FB5BC;
 }
</style>

background-color css

<style>
 a { background-color: #6FB5BC; }

 a { background-color: rgb(111,181,188); }

 div.DivClassName
 {
   background-color: #6FB5BC;
 }
 .BgClassName
 {
   background-color: #6FB5BC;
 }
</style>

border-color css

<style>
 span { border-color: #6FB5BC; }

 span { border-color: rgb(111,181,188); }

 td.TdClassName
 {
   border-color: #6FB5BC;
 }
 .TagClassName
 {
   border-color: #6FB5BC;
 }
</style>