#068799

Color #068799 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #068799

Tints of Eastern Blue #068799

Color information

#068799 (or 0x068799) is unknown color: approx Eastern Blue. HEX triplet: 06, 87 and 99. RGB value is (6,135,153). Sum of RGB (Red+Green+Blue) = 6+135+153=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #068799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068799 is #F97866. Grayscale: #626262. Windows color (decimal): -16349287 or 10061574. OLE color: 10061574.

HSL color Cylindrical-coordinate representation of color #068799: hue angle of 187.35º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068799 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6135153-
CMYK0.960.1200.4
HSL187.35º92.45%31.18%-
HSV(B)187.35º96.08%60%-
XYZ14.4919.6733.17-
YUV98.48158.7662.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=2.04%
G=45.92%
B=52.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61351530.960.1200.4187.3592.4531.18
Hex6879960C028bb5c1f
Octal62072311401405027313437
Binary110100001111001100111000001100010100010111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068799; }

 p { color: rgb(6,135,153); }

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

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

 a { background-color: rgb(6,135,153); }

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

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

 span { border-color: rgb(6,135,153); }

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