Html Css Color HEX #067F99 Eastern Blue

📋 copy color: '#067F99'

red 6 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #067F99

Tints of Eastern Blue #067F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 2.1%
G = 44.41%
B = 53.5%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#067F99 (or 0x067F99) is known color: Eastern Blue. HEX triplet: 06, 7F and 99. RGB value is (6,127,153). Sum of RGB (Red+Green+Blue) = 6+127+153=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #067F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F99 is #F98066. Grayscale: #5D5D5D. Windows color (decimal): -16351335 or 10059526. OLE color: 10059526.

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

Color convert

RGB 6 127 153 -
CMYK 0.96 0.17 0 0.4
HSL 190.61º 0.92% 0.31% -
HSV(B) 190.61º 0.96% 0.6% -
XYZ 13.41 17.52 32.81 -
YUV 93.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 6 127 153 0.96 0.17 0 0.4 190.61 0.92 0.31
Hex 6 7F 99 60 11 0 28 BF 5C 1F
Octal 6 177 231 140 21 0 50 277 134 37
Binary 110 1111111 10011001 1100000 10001 0 101000 10111111 1011100 11111

Color Harmonies of #067F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067F99

Black with #067F99

Text Example


Text Example

White with #067F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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