Html Css Color HEX #6AD2C7 Downy

📋 copy color: '#6AD2C7'

red 106 ◦ green 210 ◦ blue 199

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

Shades of Downy #6AD2C7

Tints of Downy #6AD2C7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.78%

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

R = 20.58%
G = 40.78%
B = 38.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#6AD2C7 (or 0x6AD2C7) is known color: Downy. HEX triplet: 6A, D2 and C7. RGB value is (106,210,199). Sum of RGB (Red+Green+Blue) = 106+210+199=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD2C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD2C7 is #952D38. Grayscale: #B1B1B1. Windows color (decimal): -9776441 or 13095530. OLE color: 13095530.

HSL color Cylindrical-coordinate representation of color #6AD2C7: hue angle of 173.65º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD2C7 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 210 199 -
CMYK 0.50 0 0.05 0.18
HSL 173.65º 0.54% 0.62% -
HSV(B) 173.65º 0.5% 0.82% -
XYZ 39.3 53.28 62.25 -
YUV 177.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 106 210 199 0.50 0 0.05 0.18 173.65 0.54 0.62
Hex 6A D2 C7 32 0 5 12 AE 36 3E
Octal 152 322 307 62 0 5 22 256 66 76
Binary 1101010 11010010 11000111 110010 0 101 10010 10101110 110110 111110

Color Harmonies of #6AD2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD2C7

Black with #6AD2C7

Text Example


Text Example

White with #6AD2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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