Html Css Color HEX #064254 Sherpa Blue

📋 copy color: '#064254'

red 6 ◦ green 66 ◦ blue 84

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

Shades of Sherpa Blue #064254

Tints of Sherpa Blue #064254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

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

R = 3.85%
G = 42.31%
B = 53.85%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#064254 (or 0x064254) is known color: Sherpa Blue. HEX triplet: 06, 42 and 54. RGB value is (6,66,84). Sum of RGB (Red+Green+Blue) = 6+66+84=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #064254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064254 is #F9BDAB. Grayscale: #313131. Windows color (decimal): -16367020 or 5521926. OLE color: 5521926.

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

Color convert

RGB 6 66 84 -
CMYK 0.93 0.21 0 0.67
HSL 193.85º 0.87% 0.18% -
HSV(B) 193.85º 0.93% 0.33% -
XYZ 3.62 4.58 9.08 -
YUV 50.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 6 66 84 0.93 0.21 0 0.67 193.85 0.87 0.18
Hex 6 42 54 5D 15 0 43 C2 57 12
Octal 6 102 124 135 25 0 103 302 127 22
Binary 110 1000010 1010100 1011101 10101 0 1000011 11000010 1010111 10010

Color Harmonies of #064254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064254

Black with #064254

Text Example


Text Example

White with #064254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064254; }

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

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

background-color css

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

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

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

border-color css

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

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

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