Html Css Color HEX #064A5F Sherpa Blue

📋 copy color: '#064A5F'

red 6 ◦ green 74 ◦ blue 95

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

Shades of Sherpa Blue #064A5F

Tints of Sherpa Blue #064A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 3.43%
G = 42.29%
B = 54.29%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#064A5F (or 0x064A5F) is known color: Sherpa Blue. HEX triplet: 06, 4A and 5F. RGB value is (6,74,95). Sum of RGB (Red+Green+Blue) = 6+74+95=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #064A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A5F is #F9B5A0. Grayscale: #373737. Windows color (decimal): -16364961 or 6244870. OLE color: 6244870.

HSL color Cylindrical-coordinate representation of color #064A5F: hue angle of 194.16º 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 #064A5F is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 74 95 -
CMYK 0.94 0.22 0 0.63
HSL 194.16º 0.88% 0.2% -
HSV(B) 194.16º 0.94% 0.37% -
XYZ 4.59 5.76 11.7 -
YUV 56.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 6 74 95 0.94 0.22 0 0.63 194.16 0.88 0.2
Hex 6 4A 5F 5E 16 0 3F C2 58 14
Octal 6 112 137 136 26 0 77 302 130 24
Binary 110 1001010 1011111 1011110 10110 0 111111 11000010 1011000 10100

Color Harmonies of #064A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A5F

Black with #064A5F

Text Example


Text Example

White with #064A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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