Html Css Color HEX #6DAEBD Glacier

📋 copy color: '#6DAEBD'

red 109 ◦ green 174 ◦ blue 189

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

Shades of Glacier #6DAEBD

Tints of Glacier #6DAEBD

RGB

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

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

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

R = 23.09%
G = 36.86%
B = 40.04%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6DAEBD (or 0x6DAEBD) is known color: Glacier. HEX triplet: 6D, AE and BD. RGB value is (109,174,189). Sum of RGB (Red+Green+Blue) = 109+174+189=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEBD is #925142. Grayscale: #9C9C9C. Windows color (decimal): -9589059 or 12430957. OLE color: 12430957.

HSL color Cylindrical-coordinate representation of color #6DAEBD: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DAEBD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 174 189 -
CMYK 0.42 0.08 0 0.26
HSL 191.25º 0.38% 0.58% -
HSV(B) 191.25º 0.42% 0.74% -
XYZ 30.63 37.2 53.71 -
YUV 156.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 109 174 189 0.42 0.08 0 0.26 191.25 0.38 0.58
Hex 6D AE BD 2A 8 0 1A BF 26 3A
Octal 155 256 275 52 10 0 32 277 46 72
Binary 1101101 10101110 10111101 101010 1000 0 11010 10111111 100110 111010

Color Harmonies of #6DAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEBD

Black with #6DAEBD

Text Example


Text Example

White with #6DAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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