#067D92

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

Shades of Eastern Blue #067D92

Tints of Eastern Blue #067D92

Color information

#067D92 (or 0x067D92) is unknown color: approx Eastern Blue. HEX triplet: 06, 7D and 92. RGB value is (6,125,146). Sum of RGB (Red+Green+Blue) = 6+125+146=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #067D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067D92 is #F9826D. Grayscale: #5B5B5B. Windows color (decimal): -16351854 or 9600262. OLE color: 9600262.

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

Color convert

RGB6125146-
CMYK0.960.1400.43
HSL189º92.11%29.8%-
HSV(B)189º95.89%57.25%-
XYZ12.616.7829.77-
YUV91.81158.5866.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=2.17%
G=45.13%
B=52.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61251460.960.1400.4318992.1129.8
Hex67D9260E02Bbd5c1e
Octal61752221401605327513436
Binary11011111011001001011000001110010101110111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,125,146); }

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

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

 a { background-color: rgb(6,125,146); }

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

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

 span { border-color: rgb(6,125,146); }

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