#068499

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

Shades of Eastern Blue #068499

Tints of Eastern Blue #068499

Color information

#068499 (or 0x068499) is unknown color: approx Eastern Blue. HEX triplet: 06, 84 and 99. RGB value is (6,132,153). Sum of RGB (Red+Green+Blue) = 6+132+153=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #068499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068499 is #F97B66. Grayscale: #606060. Windows color (decimal): -16350055 or 10060806. OLE color: 10060806.

HSL color Cylindrical-coordinate representation of color #068499: hue angle of 188.57º 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 #068499 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6132153-
CMYK0.960.1400.4
HSL188.57º92.45%31.18%-
HSV(B)188.57º96.08%60%-
XYZ14.0818.8433.03-
YUV96.72159.7663.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=2.06%
G=45.36%
B=52.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61321530.960.1400.4188.5792.4531.18
Hex6849960E028bd5c1f
Octal62042311401605027513437
Binary110100001001001100111000001110010100010111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068499; }

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

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

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

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

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

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

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

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