Html Css Color HEX #6DAFC0 Glacier

📋 copy color: '#6DAFC0'

red 109 ◦ green 175 ◦ blue 192

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

Shades of Glacier #6DAFC0

Tints of Glacier #6DAFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 22.9%
G = 36.76%
B = 40.34%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DAFC0 (or 0x6DAFC0) is known color: Glacier. HEX triplet: 6D, AF and C0. RGB value is (109,175,192). Sum of RGB (Red+Green+Blue) = 109+175+192=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #6DAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFC0 is #92503F. Grayscale: #9D9D9D. Windows color (decimal): -9588800 or 12627821. OLE color: 12627821.

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

Color convert

RGB 109 175 192 -
CMYK 0.43 0.09 0 0.25
HSL 192.29º 0.4% 0.59% -
HSV(B) 192.29º 0.43% 0.75% -
XYZ 31.15 37.72 55.51 -
YUV 157.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 109 175 192 0.43 0.09 0 0.25 192.29 0.4 0.59
Hex 6D AF C0 2B 9 0 19 C0 28 3B
Octal 155 257 300 53 11 0 31 300 50 73
Binary 1101101 10101111 11000000 101011 1001 0 11001 11000000 101000 111011

Color Harmonies of #6DAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFC0

Black with #6DAFC0

Text Example


Text Example

White with #6DAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,175,192); }

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

background-color css

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

 a { background-color: rgb(109,175,192); }

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

border-color css

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

 span { border-color: rgb(109,175,192); }

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