#068095

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

Shades of Eastern Blue #068095

Tints of Eastern Blue #068095

Color information

#068095 (or 0x068095) is unknown color: approx Eastern Blue. HEX triplet: 06, 80 and 95. RGB value is (6,128,149). Sum of RGB (Red+Green+Blue) = 6+128+149=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #068095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068095 is #F97F6A. Grayscale: #5D5D5D. Windows color (decimal): -16351083 or 9797638. OLE color: 9797638.

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

Color convert

RGB6128149-
CMYK0.960.1400.42
HSL188.81º92.26%30.39%-
HSV(B)188.81º95.97%58.43%-
XYZ13.2217.6531.14-
YUV93.92159.0865.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=2.12%
G=45.23%
B=52.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61281490.960.1400.42188.8192.2630.39
Hex6809560E02Abd5c1e
Octal62002251401605227513436
Binary110100000001001010111000001110010101010111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068095; }

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

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

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

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

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

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

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

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