Html Css Color HEX #067994 Eastern Blue

📋 copy color: '#067994'

red 6 ◦ green 121 ◦ blue 148

#067994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #067994

Tints of Eastern Blue #067994

RGB

 RED value IS 6 (2.73% from 255) = 2.18%

 GREEN value IS 121 (47.66% from 255) = 44%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 2.18%
G = 44%
B = 53.82%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#067994 (or 0x067994) is known color: Eastern Blue. HEX triplet: 06, 79 and 94. RGB value is (6,121,148). Sum of RGB (Red+Green+Blue) = 6+121+148=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #067994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067994 is #F9866B. Grayscale: #595959. Windows color (decimal): -16352876 or 9730310. OLE color: 9730310.

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

Color convert

RGB 6 121 148 -
CMYK 0.96 0.18 0 0.42
HSL 191.41º 0.92% 0.3% -
HSV(B) 191.41º 0.96% 0.58% -
XYZ 12.26 15.85 30.43 -
YUV 89.69 160.9 68.3 -
System Red Green Blue C M Y K H S L
Decimal 6 121 148 0.96 0.18 0 0.42 191.41 0.92 0.3
Hex 6 79 94 60 12 0 2A BF 5C 1E
Octal 6 171 224 140 22 0 52 277 134 36
Binary 110 1111001 10010100 1100000 10010 0 101010 10111111 1011100 11110

Color Harmonies of #067994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067994

Black with #067994

Text Example


Text Example

White with #067994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067994; }

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

 H1.HeaderClassName
 {
   color: #067994;
 }
 .AnyTagClassName
 {
   color: #067994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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