Html Css Color HEX #067993 Eastern Blue

📋 copy color: '#067993'

red 6 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #067993

Tints of Eastern Blue #067993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 2.19%
G = 44.16%
B = 53.65%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#067993 (or 0x067993) is known color: Eastern Blue. HEX triplet: 06, 79 and 93. RGB value is (6,121,147). Sum of RGB (Red+Green+Blue) = 6+121+147=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #067993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067993 is #F9866C. Grayscale: #595959. Windows color (decimal): -16352877 or 9664774. OLE color: 9664774.

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

Color convert

RGB 6 121 147 -
CMYK 0.96 0.18 0 0.42
HSL 191.06º 0.92% 0.3% -
HSV(B) 191.06º 0.96% 0.58% -
XYZ 12.18 15.82 30.02 -
YUV 89.58 160.4 68.39 -
System Red Green Blue C M Y K H S L
Decimal 6 121 147 0.96 0.18 0 0.42 191.06 0.92 0.3
Hex 6 79 93 60 12 0 2A BF 5C 1E
Octal 6 171 223 140 22 0 52 277 134 36
Binary 110 1111001 10010011 1100000 10010 0 101010 10111111 1011100 11110

Color Harmonies of #067993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067993

Black with #067993

Text Example


Text Example

White with #067993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067993; }

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

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

background-color css

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

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

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

border-color css

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

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

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