Html Css Color HEX #064359 Sherpa Blue

📋 copy color: '#064359'

red 6 ◦ green 67 ◦ blue 89

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

Shades of Sherpa Blue #064359

Tints of Sherpa Blue #064359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.36%

 BLUE value IS 89 (35.16% from 255) = 54.94%

R = 3.7%
G = 41.36%
B = 54.94%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#064359 (or 0x064359) is known color: Sherpa Blue. HEX triplet: 06, 43 and 59. RGB value is (6,67,89). Sum of RGB (Red+Green+Blue) = 6+67+89=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #064359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064359 is #F9BCA6. Grayscale: #333333. Windows color (decimal): -16366759 or 5849862. OLE color: 5849862.

HSL color Cylindrical-coordinate representation of color #064359: hue angle of 195.9º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064359 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 67 89 -
CMYK 0.93 0.25 0 0.65
HSL 195.9º 0.87% 0.19% -
HSV(B) 195.9º 0.93% 0.35% -
XYZ 3.89 4.77 10.17 -
YUV 51.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 6 67 89 0.93 0.25 0 0.65 195.9 0.87 0.19
Hex 6 43 59 5D 19 0 41 C4 57 13
Octal 6 103 131 135 31 0 101 304 127 23
Binary 110 1000011 1011001 1011101 11001 0 1000001 11000100 1010111 10011

Color Harmonies of #064359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064359

Black with #064359

Text Example


Text Example

White with #064359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064359; }

 p { color: rgb(6,67,89); }

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

background-color css

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

 a { background-color: rgb(6,67,89); }

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

border-color css

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

 span { border-color: rgb(6,67,89); }

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