Html Css Color HEX #6ADDC2 Downy

📋 copy color: '#6ADDC2'

red 106 ◦ green 221 ◦ blue 194

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

Shades of Downy #6ADDC2

Tints of Downy #6ADDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 20.35%
G = 42.42%
B = 37.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#6ADDC2 (or 0x6ADDC2) is known color: Downy. HEX triplet: 6A, DD and C2. RGB value is (106,221,194). Sum of RGB (Red+Green+Blue) = 106+221+194=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDC2 is #95223D. Grayscale: #B7B7B7. Windows color (decimal): -9773630 or 12770666. OLE color: 12770666.

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

Color convert

RGB 106 221 194 -
CMYK 0.52 0 0.12 0.13
HSL 165.91º 0.63% 0.64% -
HSV(B) 165.91º 0.52% 0.87% -
XYZ 41.54 58.67 60.17 -
YUV 183.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 106 221 194 0.52 0 0.12 0.13 165.91 0.63 0.64
Hex 6A DD C2 34 0 C D A6 3F 40
Octal 152 335 302 64 0 14 15 246 77 100
Binary 1101010 11011101 11000010 110100 0 1100 1101 10100110 111111 1000000

Color Harmonies of #6ADDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDC2

Black with #6ADDC2

Text Example


Text Example

White with #6ADDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,221,194); }

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

background-color css

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

 a { background-color: rgb(106,221,194); }

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

border-color css

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

 span { border-color: rgb(106,221,194); }

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