Html Css Color HEX #6ADED3 Downy

📋 copy color: '#6ADED3'

red 106 ◦ green 222 ◦ blue 211

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

Shades of Downy #6ADED3

Tints of Downy #6ADED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.15%

R = 19.67%
G = 41.19%
B = 39.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#6ADED3 (or 0x6ADED3) is known color: Downy. HEX triplet: 6A, DE and D3. RGB value is (106,222,211). Sum of RGB (Red+Green+Blue) = 106+222+211=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADED3 is #95212C. Grayscale: #B9B9B9. Windows color (decimal): -9773357 or 13885034. OLE color: 13885034.

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

Color convert

RGB 106 222 211 -
CMYK 0.52 0 0.05 0.13
HSL 174.31º 0.64% 0.64% -
HSV(B) 174.31º 0.52% 0.87% -
XYZ 43.82 60.01 70.9 -
YUV 186.06 142.07 70.89 -
System Red Green Blue C M Y K H S L
Decimal 106 222 211 0.52 0 0.05 0.13 174.31 0.64 0.64
Hex 6A DE D3 34 0 5 D AE 40 40
Octal 152 336 323 64 0 5 15 256 100 100
Binary 1101010 11011110 11010011 110100 0 101 1101 10101110 1000000 1000000

Color Harmonies of #6ADED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADED3

Black with #6ADED3

Text Example


Text Example

White with #6ADED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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