Html Css Color HEX #6ACDC9 Downy

📋 copy color: '#6ACDC9'

red 106 ◦ green 205 ◦ blue 201

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

Shades of Downy #6ACDC9

Tints of Downy #6ACDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.04%

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 20.7%
G = 40.04%
B = 39.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#6ACDC9 (or 0x6ACDC9) is known color: Downy. HEX triplet: 6A, CD and C9. RGB value is (106,205,201). Sum of RGB (Red+Green+Blue) = 106+205+201=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDC9 is #953236. Grayscale: #AEAEAE. Windows color (decimal): -9777719 or 13225322. OLE color: 13225322.

HSL color Cylindrical-coordinate representation of color #6ACDC9: hue angle of 177.58º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDC9 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 201 -
CMYK 0.48 0 0.02 0.20
HSL 177.58º 0.5% 0.61% -
HSV(B) 177.58º 0.48% 0.8% -
XYZ 38.32 50.94 63.07 -
YUV 174.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 106 205 201 0.48 0 0.02 0.20 177.58 0.5 0.61
Hex 6A CD C9 30 0 2 14 B2 32 3D
Octal 152 315 311 60 0 2 24 262 62 75
Binary 1101010 11001101 11001001 110000 0 10 10100 10110010 110010 111101

Color Harmonies of #6ACDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDC9

Black with #6ACDC9

Text Example


Text Example

White with #6ACDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,205,201); }

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

background-color css

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

 a { background-color: rgb(106,205,201); }

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

border-color css

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

 span { border-color: rgb(106,205,201); }

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