Html Css Color HEX #6ECCCC Downy

📋 copy color: '#6ECCCC'

red 110 ◦ green 204 ◦ blue 204

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

Shades of Downy #6ECCCC

Tints of Downy #6ECCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

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

R = 21.24%
G = 39.38%
B = 39.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6ECCCC (or 0x6ECCCC) is known color: Downy. HEX triplet: 6E, CC and CC. RGB value is (110,204,204). Sum of RGB (Red+Green+Blue) = 110+204+204=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #6ECCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCCC is #913333. Grayscale: #AFAFAF. Windows color (decimal): -9515828 or 13421678. OLE color: 13421678.

HSL color Cylindrical-coordinate representation of color #6ECCCC: hue angle of 180º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCCC is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 204 204 -
CMYK 0.46 0 0 0.2
HSL 180º 0.48% 0.62% -
HSV(B) 180º 0.46% 0.8% -
XYZ 38.92 50.86 64.89 -
YUV 175.89 143.86 81 -
System Red Green Blue C M Y K H S L
Decimal 110 204 204 0.46 0 0 0.2 180 0.48 0.62
Hex 6E CC CC 2E 0 0 14 B4 30 3E
Octal 156 314 314 56 0 0 24 264 60 76
Binary 1101110 11001100 11001100 101110 0 0 10100 10110100 110000 111110

Color Harmonies of #6ECCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECCCC

Black with #6ECCCC

Text Example


Text Example

White with #6ECCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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