#067F95

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

Shades of Eastern Blue #067F95

Tints of Eastern Blue #067F95

Color information

#067F95 (or 0x067F95) is unknown color: approx Eastern Blue. HEX triplet: 06, 7F and 95. RGB value is (6,127,149). Sum of RGB (Red+Green+Blue) = 6+127+149=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #067F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F95 is #F9806A. Grayscale: #5D5D5D. Windows color (decimal): -16351339 or 9797382. OLE color: 9797382.

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

Color convert

RGB6127149-
CMYK0.960.1500.42
HSL189.23º92.26%30.39%-
HSV(B)189.23º95.97%58.43%-
XYZ13.0917.3931.1-
YUV93.33159.4165.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.13%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=2.13%
G=45.04%
B=52.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61271490.960.1500.42189.2392.2630.39
Hex67F9560F02Abd5c1e
Octal61772251401705227513436
Binary11011111111001010111000001111010101010111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067F95; }

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

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

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

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

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

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

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

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