Html Css Color HEX #6ADECC Downy

📋 copy color: '#6ADECC'

red 106 ◦ green 222 ◦ blue 204

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

Shades of Downy #6ADECC

Tints of Downy #6ADECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 19.92%
G = 41.73%
B = 38.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#6ADECC (or 0x6ADECC) is known color: Downy. HEX triplet: 6A, DE and CC. RGB value is (106,222,204). Sum of RGB (Red+Green+Blue) = 106+222+204=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADECC is #952133. Grayscale: #B9B9B9. Windows color (decimal): -9773364 or 13426282. OLE color: 13426282.

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

Color convert

RGB 106 222 204 -
CMYK 0.52 0 0.08 0.13
HSL 170.69º 0.64% 0.64% -
HSV(B) 170.69º 0.52% 0.87% -
XYZ 42.96 59.67 66.38 -
YUV 185.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 106 222 204 0.52 0 0.08 0.13 170.69 0.64 0.64
Hex 6A DE CC 34 0 8 D AB 40 40
Octal 152 336 314 64 0 10 15 253 100 100
Binary 1101010 11011110 11001100 110100 0 1000 1101 10101011 1000000 1000000

Color Harmonies of #6ADECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADECC

Black with #6ADECC

Text Example


Text Example

White with #6ADECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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