#068196

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

Shades of Eastern Blue #068196

Tints of Eastern Blue #068196

Color information

#068196 (or 0x068196) is unknown color: approx Eastern Blue. HEX triplet: 06, 81 and 96. RGB value is (6,129,150). Sum of RGB (Red+Green+Blue) = 6+129+150=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #068196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068196 is #F97E69. Grayscale: #5E5E5E. Windows color (decimal): -16350826 or 9863430. OLE color: 9863430.

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

Color convert

RGB6129150-
CMYK0.960.1400.41
HSL188.75º92.31%30.59%-
HSV(B)188.75º96%58.82%-
XYZ13.4317.9431.61-
YUV94.62159.2564.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=2.11%
G=45.26%
B=52.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61291500.960.1400.41188.7592.3130.59
Hex6819660E029bd5c1f
Octal62012261401605127513437
Binary110100000011001011011000001110010100110111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068196; }

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

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

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

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

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

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

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

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