Html Css Color HEX #064960 Sherpa Blue

📋 copy color: '#064960'

red 6 ◦ green 73 ◦ blue 96

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

Shades of Sherpa Blue #064960

Tints of Sherpa Blue #064960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 96 (37.89% from 255) = 54.86%

R = 3.43%
G = 41.71%
B = 54.86%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#064960 (or 0x064960) is known color: Sherpa Blue. HEX triplet: 06, 49 and 60. RGB value is (6,73,96). Sum of RGB (Red+Green+Blue) = 6+73+96=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #064960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064960 is #F9B69F. Grayscale: #373737. Windows color (decimal): -16365216 or 6310150. OLE color: 6310150.

HSL color Cylindrical-coordinate representation of color #064960: hue angle of 195.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064960 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 73 96 -
CMYK 0.94 0.24 0 0.62
HSL 195.33º 0.88% 0.2% -
HSV(B) 195.33º 0.94% 0.38% -
XYZ 4.57 5.65 11.92 -
YUV 55.59 150.8 92.63 -
System Red Green Blue C M Y K H S L
Decimal 6 73 96 0.94 0.24 0 0.62 195.33 0.88 0.2
Hex 6 49 60 5E 18 0 3E C3 58 14
Octal 6 111 140 136 30 0 76 303 130 24
Binary 110 1001001 1100000 1011110 11000 0 111110 11000011 1011000 10100

Color Harmonies of #064960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064960

Black with #064960

Text Example


Text Example

White with #064960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064960; }

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

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

background-color css

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

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

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

border-color css

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

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

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