Html Css Color HEX #6FB3BA Glacier

📋 copy color: '#6FB3BA'

red 111 ◦ green 179 ◦ blue 186

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

Shades of Glacier #6FB3BA

Tints of Glacier #6FB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

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

R = 23.32%
G = 37.61%
B = 39.08%

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

#6FB3BA (or 0x6FB3BA) is known color: Glacier. HEX triplet: 6F, B3 and BA. RGB value is (111,179,186). Sum of RGB (Red+Green+Blue) = 111+179+186=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FB3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB3BA is #904C45. Grayscale: #9F9F9F. Windows color (decimal): -9456710 or 12235631. OLE color: 12235631.

HSL color Cylindrical-coordinate representation of color #6FB3BA: hue angle of 185.6º 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 #6FB3BA is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 179 186 -
CMYK 0.40 0.04 0 0.27
HSL 185.6º 0.35% 0.58% -
HSV(B) 185.6º 0.4% 0.73% -
XYZ 31.54 39.16 52.35 -
YUV 159.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 111 179 186 0.40 0.04 0 0.27 185.6 0.35 0.58
Hex 6F B3 BA 28 4 0 1B BA 23 3A
Octal 157 263 272 50 4 0 33 272 43 72
Binary 1101111 10110011 10111010 101000 100 0 11011 10111010 100011 111010

Color Harmonies of #6FB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB3BA

Black with #6FB3BA

Text Example


Text Example

White with #6FB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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