Html Css Color HEX #064A5E Sherpa Blue

📋 copy color: '#064A5E'

red 6 ◦ green 74 ◦ blue 94

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

Shades of Sherpa Blue #064A5E

Tints of Sherpa Blue #064A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.53%

 BLUE value IS 94 (37.11% from 255) = 54.02%

R = 3.45%
G = 42.53%
B = 54.02%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#064A5E (or 0x064A5E) is known color: Sherpa Blue. HEX triplet: 06, 4A and 5E. RGB value is (6,74,94). Sum of RGB (Red+Green+Blue) = 6+74+94=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #064A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A5E is #F9B5A1. Grayscale: #373737. Windows color (decimal): -16364962 or 6179334. OLE color: 6179334.

HSL color Cylindrical-coordinate representation of color #064A5E: hue angle of 193.64º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064A5E is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 74 94 -
CMYK 0.94 0.21 0 0.63
HSL 193.64º 0.88% 0.2% -
HSV(B) 193.64º 0.94% 0.37% -
XYZ 4.54 5.74 11.46 -
YUV 55.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 6 74 94 0.94 0.21 0 0.63 193.64 0.88 0.2
Hex 6 4A 5E 5E 15 0 3F C2 58 14
Octal 6 112 136 136 25 0 77 302 130 24
Binary 110 1001010 1011110 1011110 10101 0 111111 11000010 1011000 10100

Color Harmonies of #064A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A5E

Black with #064A5E

Text Example


Text Example

White with #064A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064A5E; }

 p { color: rgb(6,74,94); }

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

background-color css

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

 a { background-color: rgb(6,74,94); }

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

border-color css

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

 span { border-color: rgb(6,74,94); }

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