Html Css Color HEX #6DACB9 Glacier

📋 copy color: '#6DACB9'

red 109 ◦ green 172 ◦ blue 185

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

Shades of Glacier #6DACB9

Tints of Glacier #6DACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 23.39%
G = 36.91%
B = 39.7%

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

#6DACB9 (or 0x6DACB9) is known color: Glacier. HEX triplet: 6D, AC and B9. RGB value is (109,172,185). Sum of RGB (Red+Green+Blue) = 109+172+185=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #6DACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACB9 is #925346. Grayscale: #9A9A9A. Windows color (decimal): -9589575 or 12168301. OLE color: 12168301.

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

Color convert

RGB 109 172 185 -
CMYK 0.41 0.07 0 0.27
HSL 190.26º 0.35% 0.58% -
HSV(B) 190.26º 0.41% 0.73% -
XYZ 29.82 36.26 51.33 -
YUV 154.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 109 172 185 0.41 0.07 0 0.27 190.26 0.35 0.58
Hex 6D AC B9 29 7 0 1B BE 23 3A
Octal 155 254 271 51 7 0 33 276 43 72
Binary 1101101 10101100 10111001 101001 111 0 11011 10111110 100011 111010

Color Harmonies of #6DACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACB9

Black with #6DACB9

Text Example


Text Example

White with #6DACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,172,185); }

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

background-color css

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

 a { background-color: rgb(109,172,185); }

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

border-color css

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

 span { border-color: rgb(109,172,185); }

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