Html Css Color HEX #6ADEC7 Downy

📋 copy color: '#6ADEC7'

red 106 ◦ green 222 ◦ blue 199

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

Shades of Downy #6ADEC7

Tints of Downy #6ADEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 20.11%
G = 42.13%
B = 37.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#6ADEC7 (or 0x6ADEC7) is known color: Downy. HEX triplet: 6A, DE and C7. RGB value is (106,222,199). Sum of RGB (Red+Green+Blue) = 106+222+199=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC7 is #952138. Grayscale: #B8B8B8. Windows color (decimal): -9773369 or 13098602. OLE color: 13098602.

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

Color convert

RGB 106 222 199 -
CMYK 0.52 0 0.10 0.13
HSL 168.1º 0.64% 0.64% -
HSV(B) 168.1º 0.52% 0.87% -
XYZ 42.37 59.43 63.27 -
YUV 184.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 106 222 199 0.52 0 0.10 0.13 168.1 0.64 0.64
Hex 6A DE C7 34 0 A D A8 40 40
Octal 152 336 307 64 0 12 15 250 100 100
Binary 1101010 11011110 11000111 110100 0 1010 1101 10101000 1000000 1000000

Color Harmonies of #6ADEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEC7

Black with #6ADEC7

Text Example


Text Example

White with #6ADEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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