#067A91

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

Shades of Eastern Blue #067A91

Tints of Eastern Blue #067A91

Color information

#067A91 (or 0x067A91) is unknown color: approx Eastern Blue. HEX triplet: 06, 7A and 91. RGB value is (6,122,145). Sum of RGB (Red+Green+Blue) = 6+122+145=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #067A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A91 is #F9856E. Grayscale: #595959. Windows color (decimal): -16352623 or 9533958. OLE color: 9533958.

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

Color convert

RGB6122145-
CMYK0.960.1600.43
HSL189.93º92.05%29.61%-
HSV(B)189.93º95.86%56.86%-
XYZ12.151629.24-
YUV89.94159.0768.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=2.20%
G=44.69%
B=53.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61221450.960.1600.43189.9392.0529.61
Hex67A91601002Bbe5c1e
Octal61722211402005327613436
Binary110111101010010001110000010000010101110111110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,122,145); }

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

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

 a { background-color: rgb(6,122,145); }

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

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

 span { border-color: rgb(6,122,145); }

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