Html Css Color HEX #064E5B Sherpa Blue

📋 copy color: '#064E5B'

red 6 ◦ green 78 ◦ blue 91

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

Shades of Sherpa Blue #064E5B

Tints of Sherpa Blue #064E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52%

R = 3.43%
G = 44.57%
B = 52%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#064E5B (or 0x064E5B) is known color: Sherpa Blue. HEX triplet: 06, 4E and 5B. RGB value is (6,78,91). Sum of RGB (Red+Green+Blue) = 6+78+91=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #064E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E5B is #F9B1A4. Grayscale: #393939. Windows color (decimal): -16363941 or 5983750. OLE color: 5983750.

HSL color Cylindrical-coordinate representation of color #064E5B: hue angle of 189.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064E5B is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 78 91 -
CMYK 0.93 0.14 0 0.64
HSL 189.18º 0.88% 0.19% -
HSV(B) 189.18º 0.93% 0.36% -
XYZ 4.69 6.24 10.86 -
YUV 57.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 6 78 91 0.93 0.14 0 0.64 189.18 0.88 0.19
Hex 6 4E 5B 5D E 0 40 BD 58 13
Octal 6 116 133 135 16 0 100 275 130 23
Binary 110 1001110 1011011 1011101 1110 0 1000000 10111101 1011000 10011

Color Harmonies of #064E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E5B

Black with #064E5B

Text Example


Text Example

White with #064E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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