Html Css Color HEX #067892 Eastern Blue

📋 copy color: '#067892'

red 6 ◦ green 120 ◦ blue 146

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

Shades of Eastern Blue #067892

Tints of Eastern Blue #067892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 2.21%
G = 44.12%
B = 53.68%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#067892 (or 0x067892) is known color: Eastern Blue. HEX triplet: 06, 78 and 92. RGB value is (6,120,146). Sum of RGB (Red+Green+Blue) = 6+120+146=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #067892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067892 is #F9876D. Grayscale: #585858. Windows color (decimal): -16353134 or 9598982. OLE color: 9598982.

HSL color Cylindrical-coordinate representation of color #067892: hue angle of 191.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067892 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 120 146 -
CMYK 0.96 0.18 0 0.43
HSL 191.14º 0.92% 0.3% -
HSV(B) 191.14º 0.96% 0.57% -
XYZ 11.98 15.55 29.56 -
YUV 88.88 160.23 68.89 -
System Red Green Blue C M Y K H S L
Decimal 6 120 146 0.96 0.18 0 0.43 191.14 0.92 0.3
Hex 6 78 92 60 12 0 2B BF 5C 1E
Octal 6 170 222 140 22 0 53 277 134 36
Binary 110 1111000 10010010 1100000 10010 0 101011 10111111 1011100 11110

Color Harmonies of #067892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067892

Black with #067892

Text Example


Text Example

White with #067892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067892; }

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

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

background-color css

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

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

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

border-color css

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

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

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