#6CCCC1

Color #6CCCC1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6CCCC1

Tints of Downy #6CCCC1

Color information

#6CCCC1 (or 0x6CCCC1) is unknown color: approx Downy. HEX triplet: 6C, CC and C1. RGB value is (108,204,193). Sum of RGB (Red+Green+Blue) = 108+204+193=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCC1 is #93333E. Grayscale: #ADADAD. Windows color (decimal): -9646911 or 12700780. OLE color: 12700780.

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

Color convert

RGB108204193-
CMYK0.4700.050.2
HSL173.12º48.48%61.18%-
HSV(B)173.12º47.06%80%-
XYZ37.450.2258.17-
YUV174.04138.780.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.39%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=21.39%
G=40.40%
B=38.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1082041930.4700.050.2173.1248.4861.18
Hex6CCCC12F0514ad303d
Octal1543143015705242556075
Binary1101100110011001100000110111101011010010101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,204,193); }

 H1.HeaderClassName
 {
   color: #6CCCC1;
 }
 .AnyTagClassName
 {
   color: #6CCCC1;
 }
</style>
background-color css

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

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

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

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

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

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