#068096

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

Shades of Eastern Blue #068096

Tints of Eastern Blue #068096

Color information

#068096 (or 0x068096) is unknown color: approx Eastern Blue. HEX triplet: 06, 80 and 96. RGB value is (6,128,150). Sum of RGB (Red+Green+Blue) = 6+128+150=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #068096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068096 is #F97F69. Grayscale: #5D5D5D. Windows color (decimal): -16351082 or 9863174. OLE color: 9863174.

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

Color convert

RGB6128150-
CMYK0.960.1500.41
HSL189.17º92.31%30.59%-
HSV(B)189.17º96%58.82%-
XYZ13.317.6831.57-
YUV94.03159.5865.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=2.11%
G=45.07%
B=52.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61281500.960.1500.41189.1792.3130.59
Hex6809660F029bd5c1f
Octal62002261401705127513437
Binary110100000001001011011000001111010100110111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068096; }

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

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

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

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

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

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

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

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