#068192

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

Shades of Eastern Blue #068192

Tints of Eastern Blue #068192

Color information

#068192 (or 0x068192) is unknown color: approx Eastern Blue. HEX triplet: 06, 81 and 92. RGB value is (6,129,146). Sum of RGB (Red+Green+Blue) = 6+129+146=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #068192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068192 is #F97E6D. Grayscale: #5D5D5D. Windows color (decimal): -16350830 or 9601286. OLE color: 9601286.

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

Color convert

RGB6129146-
CMYK0.960.1200.43
HSL187.29º92.11%29.8%-
HSV(B)187.29º95.89%57.25%-
XYZ13.1117.8129.94-
YUV94.16157.2565.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=2.14%
G=45.91%
B=51.96%

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
Decimal61291460.960.1200.43187.2992.1129.8
Hex6819260C02Bbb5c1e
Octal62012221401405327313436
Binary110100000011001001011000001100010101110111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068192; }

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

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

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

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

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

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

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

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