#067F92

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

Shades of Eastern Blue #067F92

Tints of Eastern Blue #067F92

Color information

#067F92 (or 0x067F92) is unknown color: approx Eastern Blue. HEX triplet: 06, 7F and 92. RGB value is (6,127,146). Sum of RGB (Red+Green+Blue) = 6+127+146=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #067F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F92 is #F9806D. Grayscale: #5C5C5C. Windows color (decimal): -16351342 or 9600774. OLE color: 9600774.

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

Color convert

RGB6127146-
CMYK0.960.1300.43
HSL188.14º92.11%29.8%-
HSV(B)188.14º95.89%57.25%-
XYZ12.8517.2929.85-
YUV92.99157.9165.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.15%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=2.15%
G=45.52%
B=52.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61271460.960.1300.43188.1492.1129.8
Hex67F9260D02Bbc5c1e
Octal61772221401505327413436
Binary11011111111001001011000001101010101110111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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