Html Css Color HEX #067F9F Eastern Blue

📋 copy color: '#067F9F'

red 6 ◦ green 127 ◦ blue 159

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

Shades of Eastern Blue #067F9F

Tints of Eastern Blue #067F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 2.05%
G = 43.49%
B = 54.45%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#067F9F (or 0x067F9F) is known color: Eastern Blue. HEX triplet: 06, 7F and 9F. RGB value is (6,127,159). Sum of RGB (Red+Green+Blue) = 6+127+159=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #067F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F9F is #F98060. Grayscale: #5E5E5E. Windows color (decimal): -16351329 or 10452742. OLE color: 10452742.

HSL color Cylindrical-coordinate representation of color #067F9F: hue angle of 192.55º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067F9F is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 127 159 -
CMYK 0.96 0.20 0 0.38
HSL 192.55º 0.93% 0.32% -
HSV(B) 192.55º 0.96% 0.62% -
XYZ 13.92 17.72 35.49 -
YUV 94.47 164.41 64.9 -
System Red Green Blue C M Y K H S L
Decimal 6 127 159 0.96 0.20 0 0.38 192.55 0.93 0.32
Hex 6 7F 9F 60 14 0 26 C1 5D 20
Octal 6 177 237 140 24 0 46 301 135 40
Binary 110 1111111 10011111 1100000 10100 0 100110 11000001 1011101 100000

Color Harmonies of #067F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067F9F

Black with #067F9F

Text Example


Text Example

White with #067F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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