Html Css Color HEX #067E98 Eastern Blue

📋 copy color: '#067E98'

red 6 ◦ green 126 ◦ blue 152

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

Shades of Eastern Blue #067E98

Tints of Eastern Blue #067E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 2.11%
G = 44.37%
B = 53.52%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#067E98 (or 0x067E98) is known color: Eastern Blue. HEX triplet: 06, 7E and 98. RGB value is (6,126,152). Sum of RGB (Red+Green+Blue) = 6+126+152=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #067E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067E98 is #F98167. Grayscale: #5C5C5C. Windows color (decimal): -16351592 or 9993734. OLE color: 9993734.

HSL color Cylindrical-coordinate representation of color #067E98: hue angle of 190.68º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067E98 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 126 152 -
CMYK 0.96 0.17 0 0.40
HSL 190.68º 0.92% 0.31% -
HSV(B) 190.68º 0.96% 0.6% -
XYZ 13.2 17.23 32.34 -
YUV 93.08 161.24 65.89 -
System Red Green Blue C M Y K H S L
Decimal 6 126 152 0.96 0.17 0 0.40 190.68 0.92 0.31
Hex 6 7E 98 60 11 0 28 BF 5C 1F
Octal 6 176 230 140 21 0 50 277 134 37
Binary 110 1111110 10011000 1100000 10001 0 101000 10111111 1011100 11111

Color Harmonies of #067E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067E98

Black with #067E98

Text Example


Text Example

White with #067E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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