Html Css Color HEX #067F98 Eastern Blue

📋 copy color: '#067F98'

red 6 ◦ green 127 ◦ blue 152

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

Shades of Eastern Blue #067F98

Tints of Eastern Blue #067F98

RGB

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

 GREEN value IS 127 (50% from 255) = 44.56%

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

R = 2.11%
G = 44.56%
B = 53.33%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#067F98 (or 0x067F98) is known color: Eastern Blue. HEX triplet: 06, 7F and 98. RGB value is (6,127,152). Sum of RGB (Red+Green+Blue) = 6+127+152=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #067F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F98 is #F98067. Grayscale: #5D5D5D. Windows color (decimal): -16351336 or 9993990. OLE color: 9993990.

HSL color Cylindrical-coordinate representation of color #067F98: hue angle of 190.27º 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 #067F98 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 127 152 -
CMYK 0.96 0.16 0 0.40
HSL 190.27º 0.92% 0.31% -
HSV(B) 190.27º 0.96% 0.6% -
XYZ 13.33 17.48 32.38 -
YUV 93.67 160.91 65.47 -
System Red Green Blue C M Y K H S L
Decimal 6 127 152 0.96 0.16 0 0.40 190.27 0.92 0.31
Hex 6 7F 98 60 10 0 28 BE 5C 1F
Octal 6 177 230 140 20 0 50 276 134 37
Binary 110 1111111 10011000 1100000 10000 0 101000 10111110 1011100 11111

Color Harmonies of #067F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067F98

Black with #067F98

Text Example


Text Example

White with #067F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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