Html Css Color HEX #6DACBD Glacier

📋 copy color: '#6DACBD'

red 109 ◦ green 172 ◦ blue 189

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

Shades of Glacier #6DACBD

Tints of Glacier #6DACBD

RGB

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

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

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

R = 23.19%
G = 36.6%
B = 40.21%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6DACBD (or 0x6DACBD) is known color: Glacier. HEX triplet: 6D, AC and BD. RGB value is (109,172,189). Sum of RGB (Red+Green+Blue) = 109+172+189=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #6DACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACBD is #925342. Grayscale: #9A9A9A. Windows color (decimal): -9589571 or 12430445. OLE color: 12430445.

HSL color Cylindrical-coordinate representation of color #6DACBD: hue angle of 192.75º 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 #6DACBD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 172 189 -
CMYK 0.42 0.09 0 0.26
HSL 192.75º 0.38% 0.58% -
HSV(B) 192.75º 0.42% 0.74% -
XYZ 30.24 36.43 53.58 -
YUV 155.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 109 172 189 0.42 0.09 0 0.26 192.75 0.38 0.58
Hex 6D AC BD 2A 9 0 1A C1 26 3A
Octal 155 254 275 52 11 0 32 301 46 72
Binary 1101101 10101100 10111101 101010 1001 0 11010 11000001 100110 111010

Color Harmonies of #6DACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACBD

Black with #6DACBD

Text Example


Text Example

White with #6DACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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