Html Css Color HEX #6ADEC0 Downy

📋 copy color: '#6ADEC0'

red 106 ◦ green 222 ◦ blue 192

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

Shades of Downy #6ADEC0

Tints of Downy #6ADEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 20.38%
G = 42.69%
B = 36.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#6ADEC0 (or 0x6ADEC0) is known color: Downy. HEX triplet: 6A, DE and C0. RGB value is (106,222,192). Sum of RGB (Red+Green+Blue) = 106+222+192=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC0 is #95213F. Grayscale: #B7B7B7. Windows color (decimal): -9773376 or 12639850. OLE color: 12639850.

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

Color convert

RGB 106 222 192 -
CMYK 0.52 0 0.14 0.13
HSL 164.48º 0.64% 0.64% -
HSV(B) 164.48º 0.52% 0.87% -
XYZ 41.58 59.11 59.09 -
YUV 183.9 132.57 72.44 -
System Red Green Blue C M Y K H S L
Decimal 106 222 192 0.52 0 0.14 0.13 164.48 0.64 0.64
Hex 6A DE C0 34 0 E D A4 40 40
Octal 152 336 300 64 0 16 15 244 100 100
Binary 1101010 11011110 11000000 110100 0 1110 1101 10100100 1000000 1000000

Color Harmonies of #6ADEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEC0

Black with #6ADEC0

Text Example


Text Example

White with #6ADEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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