#067891

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

Shades of Eastern Blue #067891

Tints of Eastern Blue #067891

Color information

#067891 (or 0x067891) is unknown color: approx Eastern Blue. HEX triplet: 06, 78 and 91. RGB value is (6,120,145). Sum of RGB (Red+Green+Blue) = 6+120+145=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #067891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067891 is #F9876E. Grayscale: #585858. Windows color (decimal): -16353135 or 9533446. OLE color: 9533446.

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

Color convert

RGB6120145-
CMYK0.960.1700.43
HSL190.79º92.05%29.61%-
HSV(B)190.79º95.86%56.86%-
XYZ11.915.5229.16-
YUV88.76159.7368.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=2.21%
G=44.28%
B=53.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61201450.960.1700.43190.7992.0529.61
Hex67891601102Bbf5c1e
Octal61702211402105327713436
Binary110111100010010001110000010001010101110111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067891; }

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

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

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

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

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

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

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

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