Html Css Color HEX #064E61 Sherpa Blue

📋 copy color: '#064E61'

red 6 ◦ green 78 ◦ blue 97

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

Shades of Sherpa Blue #064E61

Tints of Sherpa Blue #064E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.09%

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

R = 3.31%
G = 43.09%
B = 53.59%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#064E61 (or 0x064E61) is known color: Sherpa Blue. HEX triplet: 06, 4E and 61. RGB value is (6,78,97). Sum of RGB (Red+Green+Blue) = 6+78+97=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #064E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E61 is #F9B19E. Grayscale: #3A3A3A. Windows color (decimal): -16363935 or 6376966. OLE color: 6376966.

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

Color convert

RGB 6 78 97 -
CMYK 0.94 0.20 0 0.62
HSL 192.53º 0.88% 0.2% -
HSV(B) 192.53º 0.94% 0.38% -
XYZ 4.96 6.35 12.27 -
YUV 58.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 6 78 97 0.94 0.20 0 0.62 192.53 0.88 0.2
Hex 6 4E 61 5E 14 0 3E C1 58 14
Octal 6 116 141 136 24 0 76 301 130 24
Binary 110 1001110 1100001 1011110 10100 0 111110 11000001 1011000 10100

Color Harmonies of #064E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E61

Black with #064E61

Text Example


Text Example

White with #064E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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