Html Css Color HEX #6ADEC4 Downy

📋 copy color: '#6ADEC4'

red 106 ◦ green 222 ◦ blue 196

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

Shades of Downy #6ADEC4

Tints of Downy #6ADEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.4%

R = 20.23%
G = 42.37%
B = 37.4%

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

#6ADEC4 (or 0x6ADEC4) is known color: Downy. HEX triplet: 6A, DE and C4. RGB value is (106,222,196). Sum of RGB (Red+Green+Blue) = 106+222+196=524 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.23% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC4 is #95213B. Grayscale: #B8B8B8. Windows color (decimal): -9773372 or 12901994. OLE color: 12901994.

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

Color convert

RGB 106 222 196 -
CMYK 0.52 0 0.12 0.13
HSL 166.55º 0.64% 0.64% -
HSV(B) 166.55º 0.52% 0.87% -
XYZ 42.03 59.29 61.45 -
YUV 184.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 106 222 196 0.52 0 0.12 0.13 166.55 0.64 0.64
Hex 6A DE C4 34 0 C D A7 40 40
Octal 152 336 304 64 0 14 15 247 100 100
Binary 1101010 11011110 11000100 110100 0 1100 1101 10100111 1000000 1000000

Color Harmonies of #6ADEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEC4

Black with #6ADEC4

Text Example


Text Example

White with #6ADEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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