Html Css Color HEX #064748 Sherpa Blue

📋 copy color: '#064748'

red 6 ◦ green 71 ◦ blue 72

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

Shades of Sherpa Blue #064748

Tints of Sherpa Blue #064748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.65%

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

R = 4.03%
G = 47.65%
B = 48.32%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064748 (or 0x064748) is known color: Sherpa Blue. HEX triplet: 06, 47 and 48. RGB value is (6,71,72). Sum of RGB (Red+Green+Blue) = 6+71+72=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #064748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064748 is #F9B8B7. Grayscale: #333333. Windows color (decimal): -16365752 or 4736774. OLE color: 4736774.

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

Color convert

RGB 6 71 72 -
CMYK 0.92 0.01 0 0.72
HSL 180.91º 0.85% 0.15% -
HSV(B) 180.91º 0.92% 0.28% -
XYZ 3.5 5.01 6.91 -
YUV 51.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 6 71 72 0.92 0.01 0 0.72 180.91 0.85 0.15
Hex 6 47 48 5C 1 0 48 B5 55 F
Octal 6 107 110 134 1 0 110 265 125 17
Binary 110 1000111 1001000 1011100 1 0 1001000 10110101 1010101 1111

Color Harmonies of #064748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064748

Black with #064748

Text Example


Text Example

White with #064748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064748; }

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

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

background-color css

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

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

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

border-color css

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

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

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