#6FCACF

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

Shades of Spray #6FCACF

Tints of Spray #6FCACF

Color information

#6FCACF (or 0x6FCACF) is unknown color: approx Spray. HEX triplet: 6F, CA and CF. RGB value is (111,202,207). Sum of RGB (Red+Green+Blue) = 111+202+207=520 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.35% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCACF is #903530. Grayscale: #AFAFAF. Windows color (decimal): -9450801 or 13617775. OLE color: 13617775.

HSL color Cylindrical-coordinate representation of color #6FCACF: hue angle of 183.12º 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 #6FCACF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111202207-
CMYK0.460.0200.19
HSL183.12º50%62.35%-
HSV(B)183.12º46.38%81.18%-
XYZ38.9450.1366.65-
YUV175.36145.8582.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.35%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=21.35%
G=38.85%
B=39.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112022070.460.0200.19183.125062.35
Hex6FCACF2E2013b7323e
Octal1573123175620232676276
Binary110111111001010110011111011101001001110110111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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