Html Css Color HEX #064961 Sherpa Blue

📋 copy color: '#064961'

red 6 ◦ green 73 ◦ blue 97

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

Shades of Sherpa Blue #064961

Tints of Sherpa Blue #064961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 55.11%

R = 3.41%
G = 41.48%
B = 55.11%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#064961 (or 0x064961) is known color: Sherpa Blue. HEX triplet: 06, 49 and 61. RGB value is (6,73,97). Sum of RGB (Red+Green+Blue) = 6+73+97=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #064961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064961 is #F9B69E. Grayscale: #373737. Windows color (decimal): -16365215 or 6375686. OLE color: 6375686.

HSL color Cylindrical-coordinate representation of color #064961: hue angle of 195.82º 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 #064961 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 73 97 -
CMYK 0.94 0.25 0 0.62
HSL 195.82º 0.88% 0.2% -
HSV(B) 195.82º 0.94% 0.38% -
XYZ 4.62 5.67 12.16 -
YUV 55.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 6 73 97 0.94 0.25 0 0.62 195.82 0.88 0.2
Hex 6 49 61 5E 19 0 3E C4 58 14
Octal 6 111 141 136 31 0 76 304 130 24
Binary 110 1001001 1100001 1011110 11001 0 111110 11000100 1011000 10100

Color Harmonies of #064961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064961

Black with #064961

Text Example


Text Example

White with #064961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064961; }

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

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

background-color css

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

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

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

border-color css

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

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

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