Html Css Color HEX #064F61 Sherpa Blue

📋 copy color: '#064F61'

red 6 ◦ green 79 ◦ blue 97

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

Shades of Sherpa Blue #064F61

Tints of Sherpa Blue #064F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.41%

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

R = 3.3%
G = 43.41%
B = 53.3%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#064F61 (or 0x064F61) is known color: Sherpa Blue. HEX triplet: 06, 4F and 61. RGB value is (6,79,97). Sum of RGB (Red+Green+Blue) = 6+79+97=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #064F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F61 is #F9B09E. Grayscale: #3B3B3B. Windows color (decimal): -16363679 or 6377222. OLE color: 6377222.

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

Color convert

RGB 6 79 97 -
CMYK 0.94 0.19 0 0.62
HSL 191.87º 0.88% 0.2% -
HSV(B) 191.87º 0.94% 0.38% -
XYZ 5.03 6.49 12.3 -
YUV 59.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 6 79 97 0.94 0.19 0 0.62 191.87 0.88 0.2
Hex 6 4F 61 5E 13 0 3E C0 58 14
Octal 6 117 141 136 23 0 76 300 130 24
Binary 110 1001111 1100001 1011110 10011 0 111110 11000000 1011000 10100

Color Harmonies of #064F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F61

Black with #064F61

Text Example


Text Example

White with #064F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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