Html Css Color HEX #6ADEC1 Downy

📋 copy color: '#6ADEC1'

red 106 ◦ green 222 ◦ blue 193

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

Shades of Downy #6ADEC1

Tints of Downy #6ADEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 20.35%
G = 42.61%
B = 37.04%

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

#6ADEC1 (or 0x6ADEC1) is known color: Downy. HEX triplet: 6A, DE and C1. RGB value is (106,222,193). Sum of RGB (Red+Green+Blue) = 106+222+193=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC1 is #95213E. Grayscale: #B8B8B8. Windows color (decimal): -9773375 or 12705386. OLE color: 12705386.

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

Color convert

RGB 106 222 193 -
CMYK 0.52 0 0.13 0.13
HSL 165º 0.64% 0.64% -
HSV(B) 165º 0.52% 0.87% -
XYZ 41.69 59.16 59.67 -
YUV 184.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 106 222 193 0.52 0 0.13 0.13 165 0.64 0.64
Hex 6A DE C1 34 0 D D A5 40 40
Octal 152 336 301 64 0 15 15 245 100 100
Binary 1101010 11011110 11000001 110100 0 1101 1101 10100101 1000000 1000000

Color Harmonies of #6ADEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEC1

Black with #6ADEC1

Text Example


Text Example

White with #6ADEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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