Html Css Color HEX #6ADEC9 Downy

📋 copy color: '#6ADEC9'

red 106 ◦ green 222 ◦ blue 201

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

Shades of Downy #6ADEC9

Tints of Downy #6ADEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 20.04%
G = 41.97%
B = 38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#6ADEC9 (or 0x6ADEC9) is known color: Downy. HEX triplet: 6A, DE and C9. RGB value is (106,222,201). Sum of RGB (Red+Green+Blue) = 106+222+201=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC9 is #952136. Grayscale: #B8B8B8. Windows color (decimal): -9773367 or 13229674. OLE color: 13229674.

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

Color convert

RGB 106 222 201 -
CMYK 0.52 0 0.09 0.13
HSL 169.14º 0.64% 0.64% -
HSV(B) 169.14º 0.52% 0.87% -
XYZ 42.61 59.52 64.5 -
YUV 184.92 137.07 71.71 -
System Red Green Blue C M Y K H S L
Decimal 106 222 201 0.52 0 0.09 0.13 169.14 0.64 0.64
Hex 6A DE C9 34 0 9 D A9 40 40
Octal 152 336 311 64 0 11 15 251 100 100
Binary 1101010 11011110 11001001 110100 0 1001 1101 10101001 1000000 1000000

Color Harmonies of #6ADEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEC9

Black with #6ADEC9

Text Example


Text Example

White with #6ADEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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