#6FD4CB

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

Shades of Downy #6FD4CB

Tints of Downy #6FD4CB

Color information

#6FD4CB (or 0x6FD4CB) is unknown color: approx Downy. HEX triplet: 6F, D4 and CB. RGB value is (111,212,203). Sum of RGB (Red+Green+Blue) = 111+212+203=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4CB is #902B34. Grayscale: #B4B4B4. Windows color (decimal): -9448245 or 13358191. OLE color: 13358191.

HSL color Cylindrical-coordinate representation of color #6FD4CB: hue angle of 174.65º 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 #6FD4CB is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB111212203-
CMYK0.4800.040.17
HSL174.65º54.01%63.33%-
HSV(B)174.65º47.64%83.14%-
XYZ40.8854.7864.92-
YUV180.77140.5478.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.10%
GREEN value IS 212 (83.20% from 255) = 40.30%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=21.10%
G=40.30%
B=38.59%

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
Decimal1112122030.4800.040.17174.6554.0163.33
Hex6FD4CB300411af363f
Octal1573243136004212576677
Binary1101111110101001100101111000001001000110101111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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