#068093

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

Shades of Eastern Blue #068093

Tints of Eastern Blue #068093

Color information

#068093 (or 0x068093) is unknown color: approx Eastern Blue. HEX triplet: 06, 80 and 93. RGB value is (6,128,147). Sum of RGB (Red+Green+Blue) = 6+128+147=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #068093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068093 is #F97F6C. Grayscale: #5D5D5D. Windows color (decimal): -16351085 or 9666566. OLE color: 9666566.

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

Color convert

RGB6128147-
CMYK0.960.1300.42
HSL188.09º92.16%30%-
HSV(B)188.09º95.92%57.65%-
XYZ13.0617.5830.31-
YUV93.69158.0865.46-

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.55%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=2.14%
G=45.55%
B=52.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61281470.960.1300.42188.0992.1630
Hex6809360D02Abc5c1e
Octal62002231401505227413436
Binary110100000001001001111000001101010101010111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068093; }

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

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

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

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

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

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

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

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