Html Css Color HEX #064649 Sherpa Blue

📋 copy color: '#064649'

red 6 ◦ green 70 ◦ blue 73

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

Shades of Sherpa Blue #064649

Tints of Sherpa Blue #064649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

 BLUE value IS 73 (28.91% from 255) = 48.99%

R = 4.03%
G = 46.98%
B = 48.99%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#064649 (or 0x064649) is known color: Sherpa Blue. HEX triplet: 06, 46 and 49. RGB value is (6,70,73). Sum of RGB (Red+Green+Blue) = 6+70+73=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #064649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064649 is #F9B9B6. Grayscale: #333333. Windows color (decimal): -16366007 or 4802054. OLE color: 4802054.

HSL color Cylindrical-coordinate representation of color #064649: hue angle of 182.69º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064649 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 70 73 -
CMYK 0.92 0.04 0 0.71
HSL 182.69º 0.85% 0.15% -
HSV(B) 182.69º 0.92% 0.29% -
XYZ 3.47 4.9 7.07 -
YUV 51.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 6 70 73 0.92 0.04 0 0.71 182.69 0.85 0.15
Hex 6 46 49 5C 4 0 47 B7 55 F
Octal 6 106 111 134 4 0 107 267 125 17
Binary 110 1000110 1001001 1011100 100 0 1000111 10110111 1010101 1111

Color Harmonies of #064649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064649

Black with #064649

Text Example


Text Example

White with #064649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064649; }

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

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

background-color css

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

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

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

border-color css

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

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

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