Html Css Color HEX #064452 Sherpa Blue

📋 copy color: '#064452'

red 6 ◦ green 68 ◦ blue 82

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

Shades of Sherpa Blue #064452

Tints of Sherpa Blue #064452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.59%

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

R = 3.85%
G = 43.59%
B = 52.56%

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

#064452 (or 0x064452) is known color: Sherpa Blue. HEX triplet: 06, 44 and 52. RGB value is (6,68,82). Sum of RGB (Red+Green+Blue) = 6+68+82=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #064452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064452 is #F9BBAD. Grayscale: #323232. Windows color (decimal): -16366510 or 5391366. OLE color: 5391366.

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

Color convert

RGB 6 68 82 -
CMYK 0.93 0.17 0 0.68
HSL 191.05º 0.86% 0.17% -
HSV(B) 191.05º 0.93% 0.32% -
XYZ 3.67 4.78 8.71 -
YUV 51.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 6 68 82 0.93 0.17 0 0.68 191.05 0.86 0.17
Hex 6 44 52 5D 11 0 44 BF 56 11
Octal 6 104 122 135 21 0 104 277 126 21
Binary 110 1000100 1010010 1011101 10001 0 1000100 10111111 1010110 10001

Color Harmonies of #064452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064452

Black with #064452

Text Example


Text Example

White with #064452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064452; }

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

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

background-color css

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

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

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

border-color css

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

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

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