Html Css Color HEX #6DAFBF Glacier

📋 copy color: '#6DAFBF'

red 109 ◦ green 175 ◦ blue 191

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

Shades of Glacier #6DAFBF

Tints of Glacier #6DAFBF

RGB

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

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

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

R = 22.95%
G = 36.84%
B = 40.21%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6DAFBF (or 0x6DAFBF) is known color: Glacier. HEX triplet: 6D, AF and BF. RGB value is (109,175,191). Sum of RGB (Red+Green+Blue) = 109+175+191=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DAFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFBF is #925040. Grayscale: #9C9C9C. Windows color (decimal): -9588801 or 12562285. OLE color: 12562285.

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

Color convert

RGB 109 175 191 -
CMYK 0.43 0.08 0 0.25
HSL 191.71º 0.39% 0.59% -
HSV(B) 191.71º 0.43% 0.75% -
XYZ 31.04 37.67 54.93 -
YUV 157.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 109 175 191 0.43 0.08 0 0.25 191.71 0.39 0.59
Hex 6D AF BF 2B 8 0 19 C0 27 3B
Octal 155 257 277 53 10 0 31 300 47 73
Binary 1101101 10101111 10111111 101011 1000 0 11001 11000000 100111 111011

Color Harmonies of #6DAFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFBF

Black with #6DAFBF

Text Example


Text Example

White with #6DAFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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