Html Css Color HEX #067E95 Eastern Blue

📋 copy color: '#067E95'

red 6 ◦ green 126 ◦ blue 149

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

Shades of Eastern Blue #067E95

Tints of Eastern Blue #067E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.02%

R = 2.14%
G = 44.84%
B = 53.02%

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

#067E95 (or 0x067E95) is known color: Eastern Blue. HEX triplet: 06, 7E and 95. RGB value is (6,126,149). Sum of RGB (Red+Green+Blue) = 6+126+149=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #067E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067E95 is #F9816A. Grayscale: #5C5C5C. Windows color (decimal): -16351595 or 9797126. OLE color: 9797126.

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

Color convert

RGB 6 126 149 -
CMYK 0.96 0.15 0 0.42
HSL 189.65º 0.92% 0.3% -
HSV(B) 189.65º 0.96% 0.58% -
XYZ 12.96 17.13 31.06 -
YUV 92.74 159.74 66.13 -
System Red Green Blue C M Y K H S L
Decimal 6 126 149 0.96 0.15 0 0.42 189.65 0.92 0.3
Hex 6 7E 95 60 F 0 2A BE 5C 1E
Octal 6 176 225 140 17 0 52 276 134 36
Binary 110 1111110 10010101 1100000 1111 0 101010 10111110 1011100 11110

Color Harmonies of #067E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067E95

Black with #067E95

Text Example


Text Example

White with #067E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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