Html Css Color HEX #6DACBA Glacier

📋 copy color: '#6DACBA'

red 109 ◦ green 172 ◦ blue 186

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

Shades of Glacier #6DACBA

Tints of Glacier #6DACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 23.34%
G = 36.83%
B = 39.83%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DACBA (or 0x6DACBA) is known color: Glacier. HEX triplet: 6D, AC and BA. RGB value is (109,172,186). Sum of RGB (Red+Green+Blue) = 109+172+186=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACBA is #925345. Grayscale: #9A9A9A. Windows color (decimal): -9589574 or 12233837. OLE color: 12233837.

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

Color convert

RGB 109 172 186 -
CMYK 0.41 0.08 0 0.27
HSL 190.91º 0.36% 0.58% -
HSV(B) 190.91º 0.41% 0.73% -
XYZ 29.92 36.3 51.88 -
YUV 154.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 109 172 186 0.41 0.08 0 0.27 190.91 0.36 0.58
Hex 6D AC BA 29 8 0 1B BF 24 3A
Octal 155 254 272 51 10 0 33 277 44 72
Binary 1101101 10101100 10111010 101001 1000 0 11011 10111111 100100 111010

Color Harmonies of #6DACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACBA

Black with #6DACBA

Text Example


Text Example

White with #6DACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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