#067997

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

Shades of Eastern Blue #067997

Tints of Eastern Blue #067997

Color information

#067997 (or 0x067997) is unknown color: approx Eastern Blue. HEX triplet: 06, 79 and 97. RGB value is (6,121,151). Sum of RGB (Red+Green+Blue) = 6+121+151=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #067997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067997 is #F98668. Grayscale: #595959. Windows color (decimal): -16352873 or 9926918. OLE color: 9926918.

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

Color convert

RGB6121151-
CMYK0.960.2000.41
HSL192.41º92.36%30.78%-
HSV(B)192.41º96.03%59.22%-
XYZ12.515.9531.7-
YUV90.04162.468.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 151 (59.38% from 255) = 54.32%
R=2.16%
G=43.53%
B=54.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61211510.960.2000.41192.4192.3630.78
Hex679976014029c05c1f
Octal61712271402405130013437
Binary110111100110010111110000010100010100111000000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067997; }

 p { color: rgb(6,121,151); }

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

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

 a { background-color: rgb(6,121,151); }

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

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

 span { border-color: rgb(6,121,151); }

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