Html Css Color HEX #064951 Sherpa Blue

📋 copy color: '#064951'

red 6 ◦ green 73 ◦ blue 81

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

Shades of Sherpa Blue #064951

Tints of Sherpa Blue #064951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 81 (32.03% from 255) = 50.63%

R = 3.75%
G = 45.63%
B = 50.63%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#064951 (or 0x064951) is known color: Sherpa Blue. HEX triplet: 06, 49 and 51. RGB value is (6,73,81). Sum of RGB (Red+Green+Blue) = 6+73+81=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #064951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064951 is #F9B6AE. Grayscale: #353535. Windows color (decimal): -16365231 or 5327110. OLE color: 5327110.

HSL color Cylindrical-coordinate representation of color #064951: hue angle of 186.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064951 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 73 81 -
CMYK 0.93 0.10 0 0.68
HSL 186.4º 0.86% 0.17% -
HSV(B) 186.4º 0.93% 0.32% -
XYZ 3.94 5.4 8.62 -
YUV 53.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 6 73 81 0.93 0.10 0 0.68 186.4 0.86 0.17
Hex 6 49 51 5D A 0 44 BA 56 11
Octal 6 111 121 135 12 0 104 272 126 21
Binary 110 1001001 1010001 1011101 1010 0 1000100 10111010 1010110 10001

Color Harmonies of #064951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064951

Black with #064951

Text Example


Text Example

White with #064951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064951; }

 p { color: rgb(6,73,81); }

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

background-color css

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

 a { background-color: rgb(6,73,81); }

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

border-color css

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

 span { border-color: rgb(6,73,81); }

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