Html Css Color HEX #064046 Sherpa Blue

📋 copy color: '#064046'

red 6 ◦ green 64 ◦ blue 70

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

Shades of Sherpa Blue #064046

Tints of Sherpa Blue #064046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

 BLUE value IS 70 (27.73% from 255) = 50%

R = 4.29%
G = 45.71%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#064046 (or 0x064046) is known color: Sherpa Blue. HEX triplet: 06, 40 and 46. RGB value is (6,64,70). Sum of RGB (Red+Green+Blue) = 6+64+70=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #064046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064046 is #F9BFB9. Grayscale: #2F2F2F. Windows color (decimal): -16367546 or 4603910. OLE color: 4603910.

HSL color Cylindrical-coordinate representation of color #064046: hue angle of 185.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064046 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 64 70 -
CMYK 0.91 0.09 0 0.73
HSL 185.63º 0.84% 0.15% -
HSV(B) 185.63º 0.91% 0.27% -
XYZ 3.01 4.15 6.44 -
YUV 47.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 6 64 70 0.91 0.09 0 0.73 185.63 0.84 0.15
Hex 6 40 46 5B 9 0 49 BA 54 F
Octal 6 100 106 133 11 0 111 272 124 17
Binary 110 1000000 1000110 1011011 1001 0 1001001 10111010 1010100 1111

Color Harmonies of #064046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064046

Black with #064046

Text Example


Text Example

White with #064046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064046; }

 p { color: rgb(6,64,70); }

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

background-color css

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

 a { background-color: rgb(6,64,70); }

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

border-color css

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

 span { border-color: rgb(6,64,70); }

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