#068292

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

Shades of Eastern Blue #068292

Tints of Eastern Blue #068292

Color information

#068292 (or 0x068292) is unknown color: approx Eastern Blue. HEX triplet: 06, 82 and 92. RGB value is (6,130,146). Sum of RGB (Red+Green+Blue) = 6+130+146=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #068292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068292 is #F97D6D. Grayscale: #5E5E5E. Windows color (decimal): -16350574 or 9601542. OLE color: 9601542.

HSL color Cylindrical-coordinate representation of color #068292: hue angle of 186.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068292 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6130146-
CMYK0.960.1100.43
HSL186.86º92.11%29.8%-
HSV(B)186.86º95.89%57.25%-
XYZ13.2518.0829.99-
YUV94.75156.9264.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.13%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=2.13%
G=46.10%
B=51.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61301460.960.1100.43186.8692.1129.8
Hex6829260B02Bbb5c1e
Octal62022221401305327313436
Binary110100000101001001011000001011010101110111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068292; }

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

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

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

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

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

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

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

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