#068297

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

Shades of Eastern Blue #068297

Tints of Eastern Blue #068297

Color information

#068297 (or 0x068297) is unknown color: approx Eastern Blue. HEX triplet: 06, 82 and 97. RGB value is (6,130,151). Sum of RGB (Red+Green+Blue) = 6+130+151=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #068297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068297 is #F97D68. Grayscale: #5F5F5F. Windows color (decimal): -16350569 or 9929222. OLE color: 9929222.

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

Color convert

RGB6130151-
CMYK0.960.1400.41
HSL188.69º92.36%30.78%-
HSV(B)188.69º96.03%59.22%-
XYZ13.6418.2432.08-
YUV95.32159.4264.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.09%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=2.09%
G=45.30%
B=52.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61301510.960.1400.41188.6992.3630.78
Hex6829760E029bd5c1f
Octal62022271401605127513437
Binary110100000101001011111000001110010100110111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068297; }

 p { color: rgb(6,130,151); }

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

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

 a { background-color: rgb(6,130,151); }

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

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

 span { border-color: rgb(6,130,151); }

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