#067F93

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

Shades of Eastern Blue #067F93

Tints of Eastern Blue #067F93

Color information

#067F93 (or 0x067F93) is unknown color: approx Eastern Blue. HEX triplet: 06, 7F and 93. RGB value is (6,127,147). Sum of RGB (Red+Green+Blue) = 6+127+147=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #067F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F93 is #F9806C. Grayscale: #5C5C5C. Windows color (decimal): -16351341 or 9666310. OLE color: 9666310.

HSL color Cylindrical-coordinate representation of color #067F93: hue angle of 188.51º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067F93 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6127147-
CMYK0.960.1400.42
HSL188.51º92.16%30%-
HSV(B)188.51º95.92%57.65%-
XYZ12.9317.3230.27-
YUV93.1158.4165.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=2.14%
G=45.36%
B=52.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61271470.960.1400.42188.5192.1630
Hex67F9360E02Abd5c1e
Octal61772231401605227513436
Binary11011111111001001111000001110010101010111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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