Html Css Color HEX #067E94 Eastern Blue

📋 copy color: '#067E94'

red 6 ◦ green 126 ◦ blue 148

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

Shades of Eastern Blue #067E94

Tints of Eastern Blue #067E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45%

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

R = 2.14%
G = 45%
B = 52.86%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#067E94 (or 0x067E94) is known color: Eastern Blue. HEX triplet: 06, 7E and 94. RGB value is (6,126,148). Sum of RGB (Red+Green+Blue) = 6+126+148=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #067E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067E94 is #F9816B. Grayscale: #5C5C5C. Windows color (decimal): -16351596 or 9731590. OLE color: 9731590.

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

Color convert

RGB 6 126 148 -
CMYK 0.96 0.15 0 0.42
HSL 189.3º 0.92% 0.3% -
HSV(B) 189.3º 0.96% 0.58% -
XYZ 12.88 17.1 30.64 -
YUV 92.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 6 126 148 0.96 0.15 0 0.42 189.3 0.92 0.3
Hex 6 7E 94 60 F 0 2A BD 5C 1E
Octal 6 176 224 140 17 0 52 275 134 36
Binary 110 1111110 10010100 1100000 1111 0 101010 10111101 1011100 11110

Color Harmonies of #067E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067E94

Black with #067E94

Text Example


Text Example

White with #067E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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