Html Css Color HEX #6FB4BB Glacier

📋 copy color: '#6FB4BB'

red 111 ◦ green 180 ◦ blue 187

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

Shades of Glacier #6FB4BB

Tints of Glacier #6FB4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 23.22%
G = 37.66%
B = 39.12%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FB4BB (or 0x6FB4BB) is known color: Glacier. HEX triplet: 6F, B4 and BB. RGB value is (111,180,187). Sum of RGB (Red+Green+Blue) = 111+180+187=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FB4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4BB is #904B44. Grayscale: #A0A0A0. Windows color (decimal): -9456453 or 12301423. OLE color: 12301423.

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

Color convert

RGB 111 180 187 -
CMYK 0.41 0.04 0 0.27
HSL 185.53º 0.36% 0.58% -
HSV(B) 185.53º 0.41% 0.73% -
XYZ 31.85 39.61 52.98 -
YUV 160.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 111 180 187 0.41 0.04 0 0.27 185.53 0.36 0.58
Hex 6F B4 BB 29 4 0 1B BA 24 3A
Octal 157 264 273 51 4 0 33 272 44 72
Binary 1101111 10110100 10111011 101001 100 0 11011 10111010 100100 111010

Color Harmonies of #6FB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB4BB

Black with #6FB4BB

Text Example


Text Example

White with #6FB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,180,187); }

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

background-color css

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

 a { background-color: rgb(111,180,187); }

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

border-color css

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

 span { border-color: rgb(111,180,187); }

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