#068497

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

Shades of Eastern Blue #068497

Tints of Eastern Blue #068497

Color information

#068497 (or 0x068497) is unknown color: approx Eastern Blue. HEX triplet: 06, 84 and 97. RGB value is (6,132,151). Sum of RGB (Red+Green+Blue) = 6+132+151=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #068497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068497 is #F97B68. Grayscale: #606060. Windows color (decimal): -16350057 or 9929734. OLE color: 9929734.

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

Color convert

RGB6132151-
CMYK0.960.1300.41
HSL187.86º92.36%30.78%-
HSV(B)187.86º96.03%59.22%-
XYZ13.9118.7832.17-
YUV96.49158.7663.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=2.08%
G=45.67%
B=52.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61321510.960.1300.41187.8692.3630.78
Hex6849760D029bc5c1f
Octal62042271401505127413437
Binary110100001001001011111000001101010100110111100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068497; }

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

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

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

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

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

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

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

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