Html Css Color HEX #6FB2BA Glacier

📋 copy color: '#6FB2BA'

red 111 ◦ green 178 ◦ blue 186

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

Shades of Glacier #6FB2BA

Tints of Glacier #6FB2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 23.37%
G = 37.47%
B = 39.16%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FB2BA (or 0x6FB2BA) is known color: Glacier. HEX triplet: 6F, B2 and BA. RGB value is (111,178,186). Sum of RGB (Red+Green+Blue) = 111+178+186=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FB2BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2BA is #904D45. Grayscale: #9E9E9E. Windows color (decimal): -9456966 or 12235375. OLE color: 12235375.

HSL color Cylindrical-coordinate representation of color #6FB2BA: hue angle of 186.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB2BA is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 178 186 -
CMYK 0.40 0.04 0 0.27
HSL 186.4º 0.35% 0.58% -
HSV(B) 186.4º 0.4% 0.73% -
XYZ 31.34 38.77 52.29 -
YUV 158.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 111 178 186 0.40 0.04 0 0.27 186.4 0.35 0.58
Hex 6F B2 BA 28 4 0 1B BA 23 3A
Octal 157 262 272 50 4 0 33 272 43 72
Binary 1101111 10110010 10111010 101000 100 0 11011 10111010 100011 111010

Color Harmonies of #6FB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB2BA

Black with #6FB2BA

Text Example


Text Example

White with #6FB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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