Html Css Color HEX #064054 Sherpa Blue

📋 copy color: '#064054'

red 6 ◦ green 64 ◦ blue 84

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

Shades of Sherpa Blue #064054

Tints of Sherpa Blue #064054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 54.55%

R = 3.9%
G = 41.56%
B = 54.55%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#064054 (or 0x064054) is known color: Sherpa Blue. HEX triplet: 06, 40 and 54. RGB value is (6,64,84). Sum of RGB (Red+Green+Blue) = 6+64+84=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #064054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064054 is #F9BFAB. Grayscale: #303030. Windows color (decimal): -16367532 or 5521414. OLE color: 5521414.

HSL color Cylindrical-coordinate representation of color #064054: hue angle of 195.38º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064054 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 64 84 -
CMYK 0.93 0.24 0 0.67
HSL 195.38º 0.87% 0.18% -
HSV(B) 195.38º 0.93% 0.33% -
XYZ 3.51 4.35 9.04 -
YUV 48.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 6 64 84 0.93 0.24 0 0.67 195.38 0.87 0.18
Hex 6 40 54 5D 18 0 43 C3 57 12
Octal 6 100 124 135 30 0 103 303 127 22
Binary 110 1000000 1010100 1011101 11000 0 1000011 11000011 1010111 10010

Color Harmonies of #064054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064054

Black with #064054

Text Example


Text Example

White with #064054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064054; }

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

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

background-color css

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

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

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

border-color css

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

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

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