Html Css Color HEX #067992 Eastern Blue

📋 copy color: '#067992'

red 6 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #067992

Tints of Eastern Blue #067992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.32%

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

R = 2.2%
G = 44.32%
B = 53.48%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#067992 (or 0x067992) is known color: Eastern Blue. HEX triplet: 06, 79 and 92. RGB value is (6,121,146). Sum of RGB (Red+Green+Blue) = 6+121+146=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #067992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067992 is #F9866D. Grayscale: #595959. Windows color (decimal): -16352878 or 9599238. OLE color: 9599238.

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

Color convert

RGB 6 121 146 -
CMYK 0.96 0.17 0 0.43
HSL 190.71º 0.92% 0.3% -
HSV(B) 190.71º 0.96% 0.57% -
XYZ 12.1 15.79 29.6 -
YUV 89.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 6 121 146 0.96 0.17 0 0.43 190.71 0.92 0.3
Hex 6 79 92 60 11 0 2B BF 5C 1E
Octal 6 171 222 140 21 0 53 277 134 36
Binary 110 1111001 10010010 1100000 10001 0 101011 10111111 1011100 11110

Color Harmonies of #067992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067992

Black with #067992

Text Example


Text Example

White with #067992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067992; }

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

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

background-color css

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

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

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

border-color css

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

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

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