#068092

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

Shades of Eastern Blue #068092

Tints of Eastern Blue #068092

Color information

#068092 (or 0x068092) is unknown color: approx Eastern Blue. HEX triplet: 06, 80 and 92. RGB value is (6,128,146). Sum of RGB (Red+Green+Blue) = 6+128+146=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #068092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068092 is #F97F6D. Grayscale: #5D5D5D. Windows color (decimal): -16351086 or 9601030. OLE color: 9601030.

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

Color convert

RGB6128146-
CMYK0.960.1200.43
HSL187.71º92.11%29.8%-
HSV(B)187.71º95.89%57.25%-
XYZ12.9817.5529.9-
YUV93.57157.5865.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=2.14%
G=45.71%
B=52.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61281460.960.1200.43187.7192.1129.8
Hex6809260C02Bbc5c1e
Octal62002221401405327413436
Binary110100000001001001011000001100010101110111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068092; }

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

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

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

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

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

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

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

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