Html Css Color HEX #064448 Sherpa Blue

📋 copy color: '#064448'

red 6 ◦ green 68 ◦ blue 72

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

Shades of Sherpa Blue #064448

Tints of Sherpa Blue #064448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.58%

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

R = 4.11%
G = 46.58%
B = 49.32%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064448 (or 0x064448) is known color: Sherpa Blue. HEX triplet: 06, 44 and 48. RGB value is (6,68,72). Sum of RGB (Red+Green+Blue) = 6+68+72=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #064448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064448 is #F9BBB7. Grayscale: #313131. Windows color (decimal): -16366520 or 4736006. OLE color: 4736006.

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

Color convert

RGB 6 68 72 -
CMYK 0.92 0.06 0 0.72
HSL 183.64º 0.85% 0.15% -
HSV(B) 183.64º 0.92% 0.28% -
XYZ 3.31 4.64 6.85 -
YUV 49.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 6 68 72 0.92 0.06 0 0.72 183.64 0.85 0.15
Hex 6 44 48 5C 6 0 48 B8 55 F
Octal 6 104 110 134 6 0 110 270 125 17
Binary 110 1000100 1001000 1011100 110 0 1001000 10111000 1010101 1111

Color Harmonies of #064448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064448

Black with #064448

Text Example


Text Example

White with #064448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064448; }

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

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

background-color css

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

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

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

border-color css

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

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

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