Html Css Color HEX #067A98 Eastern Blue

📋 copy color: '#067A98'

red 6 ◦ green 122 ◦ blue 152

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

Shades of Eastern Blue #067A98

Tints of Eastern Blue #067A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.57%

 BLUE value IS 152 (59.77% from 255) = 54.29%

R = 2.14%
G = 43.57%
B = 54.29%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#067A98 (or 0x067A98) is known color: Eastern Blue. HEX triplet: 06, 7A and 98. RGB value is (6,122,152). Sum of RGB (Red+Green+Blue) = 6+122+152=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #067A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067A98 is #F98567. Grayscale: #5A5A5A. Windows color (decimal): -16352616 or 9992710. OLE color: 9992710.

HSL color Cylindrical-coordinate representation of color #067A98: hue angle of 192.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067A98 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 122 152 -
CMYK 0.96 0.20 0 0.40
HSL 192.33º 0.92% 0.31% -
HSV(B) 192.33º 0.96% 0.6% -
XYZ 12.7 16.22 32.17 -
YUV 90.74 162.57 67.56 -
System Red Green Blue C M Y K H S L
Decimal 6 122 152 0.96 0.20 0 0.40 192.33 0.92 0.31
Hex 6 7A 98 60 14 0 28 C0 5C 1F
Octal 6 172 230 140 24 0 50 300 134 37
Binary 110 1111010 10011000 1100000 10100 0 101000 11000000 1011100 11111

Color Harmonies of #067A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067A98

Black with #067A98

Text Example


Text Example

White with #067A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,122,152); }

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

background-color css

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

 a { background-color: rgb(6,122,152); }

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

border-color css

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

 span { border-color: rgb(6,122,152); }

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