#067A96

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

Shades of Eastern Blue #067A96

Tints of Eastern Blue #067A96

Color information

#067A96 (or 0x067A96) is unknown color: approx Eastern Blue. HEX triplet: 06, 7A and 96. RGB value is (6,122,150). Sum of RGB (Red+Green+Blue) = 6+122+150=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #067A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A96 is #F98569. Grayscale: #5A5A5A. Windows color (decimal): -16352618 or 9861638. OLE color: 9861638.

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

Color convert

RGB6122150-
CMYK0.960.1900.41
HSL191.67º92.31%30.59%-
HSV(B)191.67º96%58.82%-
XYZ12.5416.1631.31-
YUV90.51161.5767.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=2.16%
G=43.88%
B=53.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61221500.960.1900.41191.6792.3130.59
Hex67A966013029c05c1f
Octal61722261402305130013437
Binary110111101010010110110000010011010100111000000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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