Html Css Color HEX #6ED1CC Downy

📋 copy color: '#6ED1CC'

red 110 ◦ green 209 ◦ blue 204

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

Shades of Downy #6ED1CC

Tints of Downy #6ED1CC

RGB

 RED value IS 110 (43.36% from 255) = 21.03%

 GREEN value IS 209 (82.03% from 255) = 39.96%

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 21.03%
G = 39.96%
B = 39.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#6ED1CC (or 0x6ED1CC) is known color: Downy. HEX triplet: 6E, D1 and CC. RGB value is (110,209,204). Sum of RGB (Red+Green+Blue) = 110+209+204=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED1CC is #912E33. Grayscale: #B2B2B2. Windows color (decimal): -9514548 or 13422958. OLE color: 13422958.

HSL color Cylindrical-coordinate representation of color #6ED1CC: hue angle of 176.97º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED1CC is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 209 204 -
CMYK 0.47 0 0.02 0.18
HSL 176.97º 0.52% 0.63% -
HSV(B) 176.97º 0.47% 0.82% -
XYZ 40.13 53.28 65.29 -
YUV 178.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 110 209 204 0.47 0 0.02 0.18 176.97 0.52 0.63
Hex 6E D1 CC 2F 0 2 12 B1 34 3F
Octal 156 321 314 57 0 2 22 261 64 77
Binary 1101110 11010001 11001100 101111 0 10 10010 10110001 110100 111111

Color Harmonies of #6ED1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED1CC

Black with #6ED1CC

Text Example


Text Example

White with #6ED1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,209,204); }

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

background-color css

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

 a { background-color: rgb(110,209,204); }

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

border-color css

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

 span { border-color: rgb(110,209,204); }

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