Html Css Color HEX #6DACBF Glacier

📋 copy color: '#6DACBF'

red 109 ◦ green 172 ◦ blue 191

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

Shades of Glacier #6DACBF

Tints of Glacier #6DACBF

RGB

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

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

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

R = 23.09%
G = 36.44%
B = 40.47%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DACBF (or 0x6DACBF) is known color: Glacier. HEX triplet: 6D, AC and BF. RGB value is (109,172,191). Sum of RGB (Red+Green+Blue) = 109+172+191=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACBF is #925340. Grayscale: #9B9B9B. Windows color (decimal): -9589569 or 12561517. OLE color: 12561517.

HSL color Cylindrical-coordinate representation of color #6DACBF: hue angle of 193.9º 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 #6DACBF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 172 191 -
CMYK 0.43 0.10 0 0.25
HSL 193.9º 0.39% 0.59% -
HSV(B) 193.9º 0.43% 0.75% -
XYZ 30.46 36.52 54.73 -
YUV 155.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 109 172 191 0.43 0.10 0 0.25 193.9 0.39 0.59
Hex 6D AC BF 2B A 0 19 C2 27 3B
Octal 155 254 277 53 12 0 31 302 47 73
Binary 1101101 10101100 10111111 101011 1010 0 11001 11000010 100111 111011

Color Harmonies of #6DACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACBF

Black with #6DACBF

Text Example


Text Example

White with #6DACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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