Html Css Color HEX #064548 Sherpa Blue

📋 copy color: '#064548'

red 6 ◦ green 69 ◦ blue 72

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

Shades of Sherpa Blue #064548

Tints of Sherpa Blue #064548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48.98%

R = 4.08%
G = 46.94%
B = 48.98%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064548 (or 0x064548) is known color: Sherpa Blue. HEX triplet: 06, 45 and 48. RGB value is (6,69,72). Sum of RGB (Red+Green+Blue) = 6+69+72=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #064548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064548 is #F9BAB7. Grayscale: #323232. Windows color (decimal): -16366264 or 4736262. OLE color: 4736262.

HSL color Cylindrical-coordinate representation of color #064548: hue angle of 182.73º degrees, saturation: 0.85, 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 #064548 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 69 72 -
CMYK 0.92 0.04 0 0.72
HSL 182.73º 0.85% 0.15% -
HSV(B) 182.73º 0.92% 0.28% -
XYZ 3.37 4.76 6.87 -
YUV 50.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 6 69 72 0.92 0.04 0 0.72 182.73 0.85 0.15
Hex 6 45 48 5C 4 0 48 B7 55 F
Octal 6 105 110 134 4 0 110 267 125 17
Binary 110 1000101 1001000 1011100 100 0 1001000 10110111 1010101 1111

Color Harmonies of #064548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064548

Black with #064548

Text Example


Text Example

White with #064548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064548; }

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

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

background-color css

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

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

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

border-color css

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

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

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