Html Css Color HEX #064B56 Sherpa Blue

📋 copy color: '#064B56'

red 6 ◦ green 75 ◦ blue 86

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

Shades of Sherpa Blue #064B56

Tints of Sherpa Blue #064B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 51.5%

R = 3.59%
G = 44.91%
B = 51.5%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#064B56 (or 0x064B56) is known color: Sherpa Blue. HEX triplet: 06, 4B and 56. RGB value is (6,75,86). Sum of RGB (Red+Green+Blue) = 6+75+86=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #064B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B56 is #F9B4A9. Grayscale: #373737. Windows color (decimal): -16364714 or 5655302. OLE color: 5655302.

HSL color Cylindrical-coordinate representation of color #064B56: hue angle of 188.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064B56 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 75 86 -
CMYK 0.93 0.13 0 0.66
HSL 188.25º 0.87% 0.18% -
HSV(B) 188.25º 0.93% 0.34% -
XYZ 4.27 5.74 9.69 -
YUV 55.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 6 75 86 0.93 0.13 0 0.66 188.25 0.87 0.18
Hex 6 4B 56 5D D 0 42 BC 57 12
Octal 6 113 126 135 15 0 102 274 127 22
Binary 110 1001011 1010110 1011101 1101 0 1000010 10111100 1010111 10010

Color Harmonies of #064B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B56

Black with #064B56

Text Example


Text Example

White with #064B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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