Html Css Color HEX #6FB2BC Glacier

📋 copy color: '#6FB2BC'

red 111 ◦ green 178 ◦ blue 188

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

Shades of Glacier #6FB2BC

Tints of Glacier #6FB2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.32%

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

R = 23.27%
G = 37.32%
B = 39.41%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6FB2BC (or 0x6FB2BC) is known color: Glacier. HEX triplet: 6F, B2 and BC. RGB value is (111,178,188). Sum of RGB (Red+Green+Blue) = 111+178+188=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #6FB2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2BC is #904D43. Grayscale: #9F9F9F. Windows color (decimal): -9456964 or 12366447. OLE color: 12366447.

HSL color Cylindrical-coordinate representation of color #6FB2BC: hue angle of 187.79º 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 #6FB2BC is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 178 188 -
CMYK 0.41 0.05 0 0.26
HSL 187.79º 0.36% 0.59% -
HSV(B) 187.79º 0.41% 0.74% -
XYZ 31.55 38.85 53.41 -
YUV 159.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 111 178 188 0.41 0.05 0 0.26 187.79 0.36 0.59
Hex 6F B2 BC 29 5 0 1A BC 24 3B
Octal 157 262 274 51 5 0 32 274 44 73
Binary 1101111 10110010 10111100 101001 101 0 11010 10111100 100100 111011

Color Harmonies of #6FB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB2BC

Black with #6FB2BC

Text Example


Text Example

White with #6FB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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