Html Css Color HEX #6DADBF Glacier

📋 copy color: '#6DADBF'

red 109 ◦ green 173 ◦ blue 191

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

Shades of Glacier #6DADBF

Tints of Glacier #6DADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

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

R = 23.04%
G = 36.58%
B = 40.38%

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

#6DADBF (or 0x6DADBF) is known color: Glacier. HEX triplet: 6D, AD and BF. RGB value is (109,173,191). Sum of RGB (Red+Green+Blue) = 109+173+191=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #6DADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADBF is #925240. Grayscale: #9B9B9B. Windows color (decimal): -9589313 or 12561773. OLE color: 12561773.

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

Color convert

RGB 109 173 191 -
CMYK 0.43 0.09 0 0.25
HSL 193.17º 0.39% 0.59% -
HSV(B) 193.17º 0.43% 0.75% -
XYZ 30.65 36.9 54.8 -
YUV 155.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 109 173 191 0.43 0.09 0 0.25 193.17 0.39 0.59
Hex 6D AD BF 2B 9 0 19 C1 27 3B
Octal 155 255 277 53 11 0 31 301 47 73
Binary 1101101 10101101 10111111 101011 1001 0 11001 11000001 100111 111011

Color Harmonies of #6DADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADBF

Black with #6DADBF

Text Example


Text Example

White with #6DADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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