Html Css Color HEX #6DADBA Glacier

📋 copy color: '#6DADBA'

red 109 ◦ green 173 ◦ blue 186

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

Shades of Glacier #6DADBA

Tints of Glacier #6DADBA

RGB

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

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

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

R = 23.29%
G = 36.97%
B = 39.74%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DADBA (or 0x6DADBA) is known color: Glacier. HEX triplet: 6D, AD and BA. RGB value is (109,173,186). Sum of RGB (Red+Green+Blue) = 109+173+186=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #6DADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADBA is #925245. Grayscale: #9B9B9B. Windows color (decimal): -9589318 or 12234093. OLE color: 12234093.

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

Color convert

RGB 109 173 186 -
CMYK 0.41 0.07 0 0.27
HSL 190.13º 0.36% 0.58% -
HSV(B) 190.13º 0.41% 0.73% -
XYZ 30.11 36.68 51.95 -
YUV 155.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 109 173 186 0.41 0.07 0 0.27 190.13 0.36 0.58
Hex 6D AD BA 29 7 0 1B BE 24 3A
Octal 155 255 272 51 7 0 33 276 44 72
Binary 1101101 10101101 10111010 101001 111 0 11011 10111110 100100 111010

Color Harmonies of #6DADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADBA

Black with #6DADBA

Text Example


Text Example

White with #6DADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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