Html Css Color HEX #6ADEC3 Downy

📋 copy color: '#6ADEC3'

red 106 ◦ green 222 ◦ blue 195

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

Shades of Downy #6ADEC3

Tints of Downy #6ADEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.28%

R = 20.27%
G = 42.45%
B = 37.28%

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

#6ADEC3 (or 0x6ADEC3) is known color: Downy. HEX triplet: 6A, DE and C3. RGB value is (106,222,195). Sum of RGB (Red+Green+Blue) = 106+222+195=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC3 is #95213C. Grayscale: #B8B8B8. Windows color (decimal): -9773373 or 12836458. OLE color: 12836458.

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

Color convert

RGB 106 222 195 -
CMYK 0.52 0 0.12 0.13
HSL 166.03º 0.64% 0.64% -
HSV(B) 166.03º 0.52% 0.87% -
XYZ 41.92 59.25 60.86 -
YUV 184.24 134.07 72.2 -
System Red Green Blue C M Y K H S L
Decimal 106 222 195 0.52 0 0.12 0.13 166.03 0.64 0.64
Hex 6A DE C3 34 0 C D A6 40 40
Octal 152 336 303 64 0 14 15 246 100 100
Binary 1101010 11011110 11000011 110100 0 1100 1101 10100110 1000000 1000000

Color Harmonies of #6ADEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEC3

Black with #6ADEC3

Text Example


Text Example

White with #6ADEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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