Html Css Color HEX #064051 Sherpa Blue

📋 copy color: '#064051'

red 6 ◦ green 64 ◦ blue 81

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

Shades of Sherpa Blue #064051

Tints of Sherpa Blue #064051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.38%

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

R = 3.97%
G = 42.38%
B = 53.64%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#064051 (or 0x064051) is known color: Sherpa Blue. HEX triplet: 06, 40 and 51. RGB value is (6,64,81). Sum of RGB (Red+Green+Blue) = 6+64+81=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #064051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064051 is #F9BFAE. Grayscale: #303030. Windows color (decimal): -16367535 or 5324806. OLE color: 5324806.

HSL color Cylindrical-coordinate representation of color #064051: hue angle of 193.6º 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 #064051 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 64 81 -
CMYK 0.93 0.21 0 0.68
HSL 193.6º 0.86% 0.17% -
HSV(B) 193.6º 0.93% 0.32% -
XYZ 3.39 4.3 8.44 -
YUV 48.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 6 64 81 0.93 0.21 0 0.68 193.6 0.86 0.17
Hex 6 40 51 5D 15 0 44 C2 56 11
Octal 6 100 121 135 25 0 104 302 126 21
Binary 110 1000000 1010001 1011101 10101 0 1000100 11000010 1010110 10001

Color Harmonies of #064051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064051

Black with #064051

Text Example


Text Example

White with #064051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064051; }

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

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

background-color css

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

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

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

border-color css

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

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

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