Html Css Color HEX #6ADED1 Downy

📋 copy color: '#6ADED1'

red 106 ◦ green 222 ◦ blue 209

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

Shades of Downy #6ADED1

Tints of Downy #6ADED1

RGB

 RED value IS 106 (41.8% from 255) = 19.74%

 GREEN value IS 222 (87.11% from 255) = 41.34%

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 19.74%
G = 41.34%
B = 38.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#6ADED1 (or 0x6ADED1) is known color: Downy. HEX triplet: 6A, DE and D1. RGB value is (106,222,209). Sum of RGB (Red+Green+Blue) = 106+222+209=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADED1 is #95212E. Grayscale: #B9B9B9. Windows color (decimal): -9773359 or 13753962. OLE color: 13753962.

HSL color Cylindrical-coordinate representation of color #6ADED1: hue angle of 173.28º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADED1 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 222 209 -
CMYK 0.52 0 0.06 0.13
HSL 173.28º 0.64% 0.64% -
HSV(B) 173.28º 0.52% 0.87% -
XYZ 43.57 59.91 69.59 -
YUV 185.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 106 222 209 0.52 0 0.06 0.13 173.28 0.64 0.64
Hex 6A DE D1 34 0 6 D AD 40 40
Octal 152 336 321 64 0 6 15 255 100 100
Binary 1101010 11011110 11010001 110100 0 110 1101 10101101 1000000 1000000

Color Harmonies of #6ADED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADED1

Black with #6ADED1

Text Example


Text Example

White with #6ADED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,222,209); }

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

background-color css

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

 a { background-color: rgb(106,222,209); }

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

border-color css

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

 span { border-color: rgb(106,222,209); }

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