#6FD2CC

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

Shades of Downy #6FD2CC

Tints of Downy #6FD2CC

Color information

#6FD2CC (or 0x6FD2CC) is unknown color: approx Downy. HEX triplet: 6F, D2 and CC. RGB value is (111,210,204). Sum of RGB (Red+Green+Blue) = 111+210+204=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2CC is #902D33. Grayscale: #B3B3B3. Windows color (decimal): -9448756 or 13423215. OLE color: 13423215.

HSL color Cylindrical-coordinate representation of color #6FD2CC: hue angle of 176.36º 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 #6FD2CC is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB111210204-
CMYK0.4700.030.18
HSL176.36º52.38%62.94%-
HSV(B)176.36º47.14%82.35%-
XYZ40.553.8365.38-
YUV179.72141.778.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.14%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=21.14%
G=40%
B=38.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1112102040.4700.030.18176.3652.3862.94
Hex6FD2CC2F0312b0343f
Octal1573223145703222606477
Binary110111111010010110011001011110111001010110000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,210,204); }

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

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

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

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

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

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

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