Html Css Color HEX #6FAEBB Glacier

📋 copy color: '#6FAEBB'

red 111 ◦ green 174 ◦ blue 187

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

Shades of Glacier #6FAEBB

Tints of Glacier #6FAEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.86%

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

R = 23.52%
G = 36.86%
B = 39.62%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6FAEBB (or 0x6FAEBB) is known color: Glacier. HEX triplet: 6F, AE and BB. RGB value is (111,174,187). Sum of RGB (Red+Green+Blue) = 111+174+187=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #6FAEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEBB is #905144. Grayscale: #9C9C9C. Windows color (decimal): -9457989 or 12299887. OLE color: 12299887.

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

Color convert

RGB 111 174 187 -
CMYK 0.41 0.07 0 0.27
HSL 190.26º 0.36% 0.58% -
HSV(B) 190.26º 0.41% 0.73% -
XYZ 30.66 37.24 52.59 -
YUV 156.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 111 174 187 0.41 0.07 0 0.27 190.26 0.36 0.58
Hex 6F AE BB 29 7 0 1B BE 24 3A
Octal 157 256 273 51 7 0 33 276 44 72
Binary 1101111 10101110 10111011 101001 111 0 11011 10111110 100100 111010

Color Harmonies of #6FAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEBB

Black with #6FAEBB

Text Example


Text Example

White with #6FAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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