#067F96

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

Shades of Eastern Blue #067F96

Tints of Eastern Blue #067F96

Color information

#067F96 (or 0x067F96) is unknown color: approx Eastern Blue. HEX triplet: 06, 7F and 96. RGB value is (6,127,150). Sum of RGB (Red+Green+Blue) = 6+127+150=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #067F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F96 is #F98069. Grayscale: #5D5D5D. Windows color (decimal): -16351338 or 9862918. OLE color: 9862918.

HSL color Cylindrical-coordinate representation of color #067F96: hue angle of 189.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067F96 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6127150-
CMYK0.960.1500.41
HSL189.58º92.31%30.59%-
HSV(B)189.58º96%58.82%-
XYZ13.1717.4231.52-
YUV93.44159.9165.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=2.12%
G=44.88%
B=53.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61271500.960.1500.41189.5892.3130.59
Hex67F9660F029be5c1f
Octal61772261401705127613437
Binary11011111111001011011000001111010100110111110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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