Html Css Color HEX #067E99 Eastern Blue

📋 copy color: '#067E99'

red 6 ◦ green 126 ◦ blue 153

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

Shades of Eastern Blue #067E99

Tints of Eastern Blue #067E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 2.11%
G = 44.21%
B = 53.68%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#067E99 (or 0x067E99) is known color: Eastern Blue. HEX triplet: 06, 7E and 99. RGB value is (6,126,153). Sum of RGB (Red+Green+Blue) = 6+126+153=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #067E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067E99 is #F98166. Grayscale: #5C5C5C. Windows color (decimal): -16351591 or 10059270. OLE color: 10059270.

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

Color convert

RGB 6 126 153 -
CMYK 0.96 0.18 0 0.4
HSL 191.02º 0.92% 0.31% -
HSV(B) 191.02º 0.96% 0.6% -
XYZ 13.29 17.26 32.77 -
YUV 93.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 6 126 153 0.96 0.18 0 0.4 191.02 0.92 0.31
Hex 6 7E 99 60 12 0 28 BF 5C 1F
Octal 6 176 231 140 22 0 50 277 134 37
Binary 110 1111110 10011001 1100000 10010 0 101000 10111111 1011100 11111

Color Harmonies of #067E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067E99

Black with #067E99

Text Example


Text Example

White with #067E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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