#068562

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

Shades of Deep Sea #068562

Tints of Deep Sea #068562

Color information

#068562 (or 0x068562) is unknown color: approx Deep Sea. HEX triplet: 06, 85 and 62. RGB value is (6,133,98). Sum of RGB (Red+Green+Blue) = 6+133+98=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #068562 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068562 is #F97A9D. Grayscale: #5B5B5B. Windows color (decimal): -16349854 or 6456582. OLE color: 6456582.

HSL color Cylindrical-coordinate representation of color #068562: hue angle of 163.46º 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 #068562 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB613398-
CMYK0.9500.260.48
HSL163.46º91.37%27.25%-
HSV(B)163.46º95.49%52.16%-
XYZ10.6717.714.41-
YUV91.04131.9267.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.53%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=2.53%
G=56.12%
B=41.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133980.9500.260.48163.4691.3727.25
Hex685625F01A30a35b1b
Octal62051421370326024313333
Binary110100001011100010101111101101011000010100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068562; }

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

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

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

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

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

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

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

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