Html Css Color HEX #064047 Sherpa Blue

📋 copy color: '#064047'

red 6 ◦ green 64 ◦ blue 71

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

Shades of Sherpa Blue #064047

Tints of Sherpa Blue #064047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50.35%

R = 4.26%
G = 45.39%
B = 50.35%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064047 (or 0x064047) is known color: Sherpa Blue. HEX triplet: 06, 40 and 47. RGB value is (6,64,71). Sum of RGB (Red+Green+Blue) = 6+64+71=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #064047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064047 is #F9BFB8. Grayscale: #2F2F2F. Windows color (decimal): -16367545 or 4669446. OLE color: 4669446.

HSL color Cylindrical-coordinate representation of color #064047: hue angle of 186.46º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064047 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 64 71 -
CMYK 0.92 0.10 0 0.72
HSL 186.46º 0.84% 0.15% -
HSV(B) 186.46º 0.92% 0.28% -
XYZ 3.05 4.16 6.6 -
YUV 47.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 6 64 71 0.92 0.10 0 0.72 186.46 0.84 0.15
Hex 6 40 47 5C A 0 48 BA 54 F
Octal 6 100 107 134 12 0 110 272 124 17
Binary 110 1000000 1000111 1011100 1010 0 1001000 10111010 1010100 1111

Color Harmonies of #064047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064047

Black with #064047

Text Example


Text Example

White with #064047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064047; }

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

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

background-color css

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

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

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

border-color css

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

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

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