Html Css Color HEX #064B50 Sherpa Blue

📋 copy color: '#064B50'

red 6 ◦ green 75 ◦ blue 80

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

Shades of Sherpa Blue #064B50

Tints of Sherpa Blue #064B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.58%

 BLUE value IS 80 (31.64% from 255) = 49.69%

R = 3.73%
G = 46.58%
B = 49.69%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#064B50 (or 0x064B50) is known color: Sherpa Blue. HEX triplet: 06, 4B and 50. RGB value is (6,75,80). Sum of RGB (Red+Green+Blue) = 6+75+80=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #064B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B50 is #F9B4AF. Grayscale: #363636. Windows color (decimal): -16364720 or 5262086. OLE color: 5262086.

HSL color Cylindrical-coordinate representation of color #064B50: hue angle of 184.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064B50 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 75 80 -
CMYK 0.92 0.06 0 0.69
HSL 184.05º 0.86% 0.17% -
HSV(B) 184.05º 0.93% 0.31% -
XYZ 4.04 5.65 8.47 -
YUV 54.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 6 75 80 0.92 0.06 0 0.69 184.05 0.86 0.17
Hex 6 4B 50 5C 6 0 45 B8 56 11
Octal 6 113 120 134 6 0 105 270 126 21
Binary 110 1001011 1010000 1011100 110 0 1000101 10111000 1010110 10001

Color Harmonies of #064B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B50

Black with #064B50

Text Example


Text Example

White with #064B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,75,80); }

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

background-color css

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

 a { background-color: rgb(6,75,80); }

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

border-color css

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

 span { border-color: rgb(6,75,80); }

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