Html Css Color HEX #064352 Sherpa Blue

📋 copy color: '#064352'

red 6 ◦ green 67 ◦ blue 82

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

Shades of Sherpa Blue #064352

Tints of Sherpa Blue #064352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 52.9%

R = 3.87%
G = 43.23%
B = 52.9%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#064352 (or 0x064352) is known color: Sherpa Blue. HEX triplet: 06, 43 and 52. RGB value is (6,67,82). Sum of RGB (Red+Green+Blue) = 6+67+82=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #064352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064352 is #F9BCAD. Grayscale: #323232. Windows color (decimal): -16366766 or 5391110. OLE color: 5391110.

HSL color Cylindrical-coordinate representation of color #064352: hue angle of 191.84º 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 #064352 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 67 82 -
CMYK 0.93 0.18 0 0.68
HSL 191.84º 0.86% 0.17% -
HSV(B) 191.84º 0.93% 0.32% -
XYZ 3.61 4.66 8.69 -
YUV 50.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 6 67 82 0.93 0.18 0 0.68 191.84 0.86 0.17
Hex 6 43 52 5D 12 0 44 C0 56 11
Octal 6 103 122 135 22 0 104 300 126 21
Binary 110 1000011 1010010 1011101 10010 0 1000100 11000000 1010110 10001

Color Harmonies of #064352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064352

Black with #064352

Text Example


Text Example

White with #064352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064352; }

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

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

background-color css

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

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

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

border-color css

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

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

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