Html Css Color HEX #064A63 Sherpa Blue

📋 copy color: '#064A63'

red 6 ◦ green 74 ◦ blue 99

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

Shades of Sherpa Blue #064A63

Tints of Sherpa Blue #064A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 55.31%

R = 3.35%
G = 41.34%
B = 55.31%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#064A63 (or 0x064A63) is known color: Sherpa Blue. HEX triplet: 06, 4A and 63. RGB value is (6,74,99). Sum of RGB (Red+Green+Blue) = 6+74+99=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #064A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A63 is #F9B59C. Grayscale: #383838. Windows color (decimal): -16364957 or 6507014. OLE color: 6507014.

HSL color Cylindrical-coordinate representation of color #064A63: hue angle of 196.13º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064A63 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 6 74 99 -
CMYK 0.94 0.25 0 0.61
HSL 196.13º 0.89% 0.21% -
HSV(B) 196.13º 0.94% 0.39% -
XYZ 4.78 5.84 12.68 -
YUV 56.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 6 74 99 0.94 0.25 0 0.61 196.13 0.89 0.21
Hex 6 4A 63 5E 19 0 3D C4 59 15
Octal 6 112 143 136 31 0 75 304 131 25
Binary 110 1001010 1100011 1011110 11001 0 111101 11000100 1011001 10101

Color Harmonies of #064A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A63

Black with #064A63

Text Example


Text Example

White with #064A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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