Html Css Color HEX #6ADEC2 Downy

📋 copy color: '#6ADEC2'

red 106 ◦ green 222 ◦ blue 194

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

Shades of Downy #6ADEC2

Tints of Downy #6ADEC2

RGB

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

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

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

R = 20.31%
G = 42.53%
B = 37.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#6ADEC2 (or 0x6ADEC2) is known color: Downy. HEX triplet: 6A, DE and C2. RGB value is (106,222,194). Sum of RGB (Red+Green+Blue) = 106+222+194=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC2 is #95213D. Grayscale: #B8B8B8. Windows color (decimal): -9773374 or 12770922. OLE color: 12770922.

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

Color convert

RGB 106 222 194 -
CMYK 0.52 0 0.13 0.13
HSL 165.52º 0.64% 0.64% -
HSV(B) 165.52º 0.52% 0.87% -
XYZ 41.8 59.2 60.26 -
YUV 184.12 133.57 72.28 -
System Red Green Blue C M Y K H S L
Decimal 106 222 194 0.52 0 0.13 0.13 165.52 0.64 0.64
Hex 6A DE C2 34 0 D D A6 40 40
Octal 152 336 302 64 0 15 15 246 100 100
Binary 1101010 11011110 11000010 110100 0 1101 1101 10100110 1000000 1000000

Color Harmonies of #6ADEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEC2

Black with #6ADEC2

Text Example


Text Example

White with #6ADEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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