Html Css Color HEX #067895 Eastern Blue

📋 copy color: '#067895'

red 6 ◦ green 120 ◦ blue 149

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

Shades of Eastern Blue #067895

Tints of Eastern Blue #067895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.64%

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

R = 2.18%
G = 43.64%
B = 54.18%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#067895 (or 0x067895) is known color: Eastern Blue. HEX triplet: 06, 78 and 95. RGB value is (6,120,149). Sum of RGB (Red+Green+Blue) = 6+120+149=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #067895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067895 is #F9876A. Grayscale: #585858. Windows color (decimal): -16353131 or 9795590. OLE color: 9795590.

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

Color convert

RGB 6 120 149 -
CMYK 0.96 0.19 0 0.42
HSL 192.17º 0.92% 0.3% -
HSV(B) 192.17º 0.96% 0.58% -
XYZ 12.22 15.64 30.81 -
YUV 89.22 161.73 68.64 -
System Red Green Blue C M Y K H S L
Decimal 6 120 149 0.96 0.19 0 0.42 192.17 0.92 0.3
Hex 6 78 95 60 13 0 2A C0 5C 1E
Octal 6 170 225 140 23 0 52 300 134 36
Binary 110 1111000 10010101 1100000 10011 0 101010 11000000 1011100 11110

Color Harmonies of #067895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067895

Black with #067895

Text Example


Text Example

White with #067895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067895; }

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

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

background-color css

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

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

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

border-color css

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

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

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