Html Css Color HEX #6FAEBD Glacier

📋 copy color: '#6FAEBD'

red 111 ◦ green 174 ◦ blue 189

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

Shades of Glacier #6FAEBD

Tints of Glacier #6FAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 23.42%
G = 36.71%
B = 39.87%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6FAEBD (or 0x6FAEBD) is known color: Glacier. HEX triplet: 6F, AE and BD. RGB value is (111,174,189). Sum of RGB (Red+Green+Blue) = 111+174+189=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #6FAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEBD is #905142. Grayscale: #9C9C9C. Windows color (decimal): -9457987 or 12430959. OLE color: 12430959.

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

Color convert

RGB 111 174 189 -
CMYK 0.41 0.08 0 0.26
HSL 191.54º 0.37% 0.59% -
HSV(B) 191.54º 0.41% 0.74% -
XYZ 30.88 37.33 53.72 -
YUV 156.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 111 174 189 0.41 0.08 0 0.26 191.54 0.37 0.59
Hex 6F AE BD 29 8 0 1A C0 25 3B
Octal 157 256 275 51 10 0 32 300 45 73
Binary 1101111 10101110 10111101 101001 1000 0 11010 11000000 100101 111011

Color Harmonies of #6FAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAEBD

Black with #6FAEBD

Text Example


Text Example

White with #6FAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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