#6FD4CC

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

Shades of Downy #6FD4CC

Tints of Downy #6FD4CC

Color information

#6FD4CC (or 0x6FD4CC) is unknown color: approx Downy. HEX triplet: 6F, D4 and CC. RGB value is (111,212,204). Sum of RGB (Red+Green+Blue) = 111+212+204=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4CC is #902B33. Grayscale: #B4B4B4. Windows color (decimal): -9448244 or 13423727. OLE color: 13423727.

HSL color Cylindrical-coordinate representation of color #6FD4CC: hue angle of 175.25º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD4CC is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB111212204-
CMYK0.4800.040.17
HSL175.25º54.01%63.33%-
HSV(B)175.25º47.64%83.14%-
XYZ4154.8365.55-
YUV180.89141.0478.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.06%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=21.06%
G=40.23%
B=38.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1112122040.4800.040.17175.2554.0163.33
Hex6FD4CC300411af363f
Octal1573243146004212576677
Binary1101111110101001100110011000001001000110101111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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