Html Css Color HEX #064154 Sherpa Blue

📋 copy color: '#064154'

red 6 ◦ green 65 ◦ blue 84

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

Shades of Sherpa Blue #064154

Tints of Sherpa Blue #064154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

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

R = 3.87%
G = 41.94%
B = 54.19%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#064154 (or 0x064154) is known color: Sherpa Blue. HEX triplet: 06, 41 and 54. RGB value is (6,65,84). Sum of RGB (Red+Green+Blue) = 6+65+84=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #064154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064154 is #F9BEAB. Grayscale: #313131. Windows color (decimal): -16367276 or 5521670. OLE color: 5521670.

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

Color convert

RGB 6 65 84 -
CMYK 0.93 0.23 0 0.67
HSL 194.62º 0.87% 0.18% -
HSV(B) 194.62º 0.93% 0.33% -
XYZ 3.57 4.46 9.06 -
YUV 49.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 6 65 84 0.93 0.23 0 0.67 194.62 0.87 0.18
Hex 6 41 54 5D 17 0 43 C3 57 12
Octal 6 101 124 135 27 0 103 303 127 22
Binary 110 1000001 1010100 1011101 10111 0 1000011 11000011 1010111 10010

Color Harmonies of #064154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064154

Black with #064154

Text Example


Text Example

White with #064154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064154; }

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

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

background-color css

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

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

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

border-color css

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

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

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