#067F94

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

Shades of Eastern Blue #067F94

Tints of Eastern Blue #067F94

Color information

#067F94 (or 0x067F94) is unknown color: approx Eastern Blue. HEX triplet: 06, 7F and 94. RGB value is (6,127,148). Sum of RGB (Red+Green+Blue) = 6+127+148=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #067F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F94 is #F9806B. Grayscale: #5D5D5D. Windows color (decimal): -16351340 or 9731846. OLE color: 9731846.

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

Color convert

RGB6127148-
CMYK0.960.1400.42
HSL188.87º92.21%30.2%-
HSV(B)188.87º95.95%58.04%-
XYZ13.0117.3630.68-
YUV93.21158.9165.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 127 (50% from 255) = 45.20%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=2.14%
G=45.20%
B=52.67%

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
Decimal61271480.960.1400.42188.8792.2130.2
Hex67F9460E02Abd5c1e
Octal61772241401605227513436
Binary11011111111001010011000001110010101010111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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