#068560

Color #068560 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #068560

Tints of Deep Sea #068560

Color information

#068560 (or 0x068560) is unknown color: approx Deep Sea. HEX triplet: 06, 85 and 60. RGB value is (6,133,96). Sum of RGB (Red+Green+Blue) = 6+133+96=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #068560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068560 is #F97A9F. Grayscale: #5A5A5A. Windows color (decimal): -16349856 or 6325510. OLE color: 6325510.

HSL color Cylindrical-coordinate representation of color #068560: hue angle of 162.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068560 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB613396-
CMYK0.9500.280.48
HSL162.52º91.37%27.25%-
HSV(B)162.52º95.49%52.16%-
XYZ10.5717.6613.92-
YUV90.81130.9267.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 133 (52.34% from 255) = 56.60%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=2.55%
G=56.60%
B=40.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133960.9500.280.48162.5291.3727.25
Hex685605F01C30a35b1b
Octal62051401370346024313333
Binary110100001011100000101111101110011000010100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068560; }

 p { color: rgb(6,133,96); }

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

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

 a { background-color: rgb(6,133,96); }

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

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

 span { border-color: rgb(6,133,96); }

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