Html Css Color HEX #064351 Sherpa Blue

📋 copy color: '#064351'

red 6 ◦ green 67 ◦ blue 81

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

Shades of Sherpa Blue #064351

Tints of Sherpa Blue #064351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.6%

R = 3.9%
G = 43.51%
B = 52.6%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#064351 (or 0x064351) is known color: Sherpa Blue. HEX triplet: 06, 43 and 51. RGB value is (6,67,81). Sum of RGB (Red+Green+Blue) = 6+67+81=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #064351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064351 is #F9BCAE. Grayscale: #323232. Windows color (decimal): -16366767 or 5325574. OLE color: 5325574.

HSL color Cylindrical-coordinate representation of color #064351: hue angle of 191.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064351 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 67 81 -
CMYK 0.93 0.17 0 0.68
HSL 191.2º 0.86% 0.17% -
HSV(B) 191.2º 0.93% 0.32% -
XYZ 3.57 4.65 8.49 -
YUV 50.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 6 67 81 0.93 0.17 0 0.68 191.2 0.86 0.17
Hex 6 43 51 5D 11 0 44 BF 56 11
Octal 6 103 121 135 21 0 104 277 126 21
Binary 110 1000011 1010001 1011101 10001 0 1000100 10111111 1010110 10001

Color Harmonies of #064351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064351

Black with #064351

Text Example


Text Example

White with #064351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064351; }

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

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

background-color css

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

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

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

border-color css

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

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

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