#6FD8CB

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

Shades of Downy #6FD8CB

Tints of Downy #6FD8CB

Color information

#6FD8CB (or 0x6FD8CB) is unknown color: approx Downy. HEX triplet: 6F, D8 and CB. RGB value is (111,216,203). Sum of RGB (Red+Green+Blue) = 111+216+203=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD8CB is #902734. Grayscale: #B7B7B7. Windows color (decimal): -9447221 or 13359215. OLE color: 13359215.

HSL color Cylindrical-coordinate representation of color #6FD8CB: hue angle of 172.57º 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 #6FD8CB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB111216203-
CMYK0.4900.060.15
HSL172.57º57.38%64.12%-
HSV(B)172.57º48.61%84.71%-
XYZ41.8956.865.26-
YUV183.12139.2176.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.94%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=20.94%
G=40.75%
B=38.30%

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
Decimal1112162030.4900.060.15172.5757.3864.12
Hex6FD8CB3106Fad3940
Octal15733031361061725571100
Binary1101111110110001100101111000101101111101011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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