Html Css Color HEX #6DAEBF Glacier

📋 copy color: '#6DAEBF'

red 109 ◦ green 174 ◦ blue 191

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

Shades of Glacier #6DAEBF

Tints of Glacier #6DAEBF

RGB

 RED value IS 109 (42.97% from 255) = 23%

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 23%
G = 36.71%
B = 40.3%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DAEBF (or 0x6DAEBF) is known color: Glacier. HEX triplet: 6D, AE and BF. RGB value is (109,174,191). Sum of RGB (Red+Green+Blue) = 109+174+191=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEBF is #925140. Grayscale: #9C9C9C. Windows color (decimal): -9589057 or 12562029. OLE color: 12562029.

HSL color Cylindrical-coordinate representation of color #6DAEBF: hue angle of 192.44º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DAEBF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 174 191 -
CMYK 0.43 0.09 0 0.25
HSL 192.44º 0.39% 0.59% -
HSV(B) 192.44º 0.43% 0.75% -
XYZ 30.85 37.28 54.86 -
YUV 156.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 109 174 191 0.43 0.09 0 0.25 192.44 0.39 0.59
Hex 6D AE BF 2B 9 0 19 C0 27 3B
Octal 155 256 277 53 11 0 31 300 47 73
Binary 1101101 10101110 10111111 101011 1001 0 11001 11000000 100111 111011

Color Harmonies of #6DAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEBF

Black with #6DAEBF

Text Example


Text Example

White with #6DAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,174,191); }

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

background-color css

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

 a { background-color: rgb(109,174,191); }

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

border-color css

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

 span { border-color: rgb(109,174,191); }

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