Html Css Color HEX #064E51 Sherpa Blue

📋 copy color: '#064E51'

red 6 ◦ green 78 ◦ blue 81

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

Shades of Sherpa Blue #064E51

Tints of Sherpa Blue #064E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.09%

R = 3.64%
G = 47.27%
B = 49.09%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#064E51 (or 0x064E51) is known color: Sherpa Blue. HEX triplet: 06, 4E and 51. RGB value is (6,78,81). Sum of RGB (Red+Green+Blue) = 6+78+81=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #064E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E51 is #F9B1AE. Grayscale: #383838. Windows color (decimal): -16363951 or 5328390. OLE color: 5328390.

HSL color Cylindrical-coordinate representation of color #064E51: hue angle of 182.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064E51 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 78 81 -
CMYK 0.93 0.04 0 0.68
HSL 182.4º 0.86% 0.17% -
HSV(B) 182.4º 0.93% 0.32% -
XYZ 4.28 6.08 8.73 -
YUV 56.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 6 78 81 0.93 0.04 0 0.68 182.4 0.86 0.17
Hex 6 4E 51 5D 4 0 44 B6 56 11
Octal 6 116 121 135 4 0 104 266 126 21
Binary 110 1001110 1010001 1011101 100 0 1000100 10110110 1010110 10001

Color Harmonies of #064E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E51

Black with #064E51

Text Example


Text Example

White with #064E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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