#6FD8CA

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

Shades of Downy #6FD8CA

Tints of Downy #6FD8CA

Color information

#6FD8CA (or 0x6FD8CA) is unknown color: approx Downy. HEX triplet: 6F, D8 and CA. RGB value is (111,216,202). Sum of RGB (Red+Green+Blue) = 111+216+202=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8CA is #902735. Grayscale: #B6B6B6. Windows color (decimal): -9447222 or 13293679. OLE color: 13293679.

HSL color Cylindrical-coordinate representation of color #6FD8CA: hue angle of 172º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD8CA is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB111216202-
CMYK0.4900.060.15
HSL172º57.38%64.12%-
HSV(B)172º48.61%84.71%-
XYZ41.7756.7664.63-
YUV183.01138.7176.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.98%
GREEN value IS 216 (84.77% from 255) = 40.83%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=20.98%
G=40.83%
B=38.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112162020.4900.060.1517257.3864.12
Hex6FD8CA3106Fac3940
Octal15733031261061725471100
Binary1101111110110001100101011000101101111101011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,216,202); }

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

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

 a { background-color: rgb(111,216,202); }

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

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

 span { border-color: rgb(111,216,202); }

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