Html Css Color HEX #6ED0CC Downy

📋 copy color: '#6ED0CC'

red 110 ◦ green 208 ◦ blue 204

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

Shades of Downy #6ED0CC

Tints of Downy #6ED0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

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

R = 21.07%
G = 39.85%
B = 39.08%

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

#6ED0CC (or 0x6ED0CC) is known color: Downy. HEX triplet: 6E, D0 and CC. RGB value is (110,208,204). Sum of RGB (Red+Green+Blue) = 110+208+204=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED0CC is #912F33. Grayscale: #B2B2B2. Windows color (decimal): -9514804 or 13422702. OLE color: 13422702.

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

Color convert

RGB 110 208 204 -
CMYK 0.47 0 0.02 0.18
HSL 177.55º 0.51% 0.62% -
HSV(B) 177.55º 0.47% 0.82% -
XYZ 39.89 52.79 65.21 -
YUV 178.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 110 208 204 0.47 0 0.02 0.18 177.55 0.51 0.62
Hex 6E D0 CC 2F 0 2 12 B2 33 3E
Octal 156 320 314 57 0 2 22 262 63 76
Binary 1101110 11010000 11001100 101111 0 10 10010 10110010 110011 111110

Color Harmonies of #6ED0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED0CC

Black with #6ED0CC

Text Example


Text Example

White with #6ED0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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