#6FCFCF

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

Shades of Downy #6FCFCF

Tints of Downy #6FCFCF

Color information

#6FCFCF (or 0x6FCFCF) is unknown color: approx Downy. HEX triplet: 6F, CF and CF. RGB value is (111,207,207). Sum of RGB (Red+Green+Blue) = 111+207+207=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #6FCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFCF is #903030. Grayscale: #B2B2B2. Windows color (decimal): -9449521 or 13619055. OLE color: 13619055.

HSL color Cylindrical-coordinate representation of color #6FCFCF: hue angle of 180º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFCF is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111207207-
CMYK0.46000.19
HSL180º50%62.35%-
HSV(B)180º46.38%81.18%-
XYZ40.1352.5167.05-
YUV178.3144.280-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.14%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=21.14%
G=39.43%
B=39.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112072070.46000.191805062.35
Hex6FCFCF2E0013b4323e
Octal1573173175600232646276
Binary11011111100111111001111101110001001110110100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,207,207); }

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

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

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

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

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

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

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