Html Css Color HEX #064549 Sherpa Blue

📋 copy color: '#064549'

red 6 ◦ green 69 ◦ blue 73

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

Shades of Sherpa Blue #064549

Tints of Sherpa Blue #064549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

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

R = 4.05%
G = 46.62%
B = 49.32%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#064549 (or 0x064549) is known color: Sherpa Blue. HEX triplet: 06, 45 and 49. RGB value is (6,69,73). Sum of RGB (Red+Green+Blue) = 6+69+73=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #064549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064549 is #F9BAB6. Grayscale: #323232. Windows color (decimal): -16366263 or 4801798. OLE color: 4801798.

HSL color Cylindrical-coordinate representation of color #064549: hue angle of 183.58º 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 #064549 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 69 73 -
CMYK 0.92 0.05 0 0.71
HSL 183.58º 0.85% 0.15% -
HSV(B) 183.58º 0.92% 0.29% -
XYZ 3.41 4.78 7.05 -
YUV 50.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 6 69 73 0.92 0.05 0 0.71 183.58 0.85 0.15
Hex 6 45 49 5C 5 0 47 B8 55 F
Octal 6 105 111 134 5 0 107 270 125 17
Binary 110 1000101 1001001 1011100 101 0 1000111 10111000 1010101 1111

Color Harmonies of #064549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064549

Black with #064549

Text Example


Text Example

White with #064549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064549; }

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

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

background-color css

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

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

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

border-color css

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

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

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