Html Css Color HEX #064953 Sherpa Blue

📋 copy color: '#064953'

red 6 ◦ green 73 ◦ blue 83

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

Shades of Sherpa Blue #064953

Tints of Sherpa Blue #064953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.06%

 BLUE value IS 83 (32.81% from 255) = 51.23%

R = 3.7%
G = 45.06%
B = 51.23%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#064953 (or 0x064953) is known color: Sherpa Blue. HEX triplet: 06, 49 and 53. RGB value is (6,73,83). Sum of RGB (Red+Green+Blue) = 6+73+83=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #064953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064953 is #F9B6AC. Grayscale: #363636. Windows color (decimal): -16365229 or 5458182. OLE color: 5458182.

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

Color convert

RGB 6 73 83 -
CMYK 0.93 0.12 0 0.67
HSL 187.79º 0.87% 0.17% -
HSV(B) 187.79º 0.93% 0.33% -
XYZ 4.02 5.43 9.02 -
YUV 54.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 6 73 83 0.93 0.12 0 0.67 187.79 0.87 0.17
Hex 6 49 53 5D C 0 43 BC 57 11
Octal 6 111 123 135 14 0 103 274 127 21
Binary 110 1001001 1010011 1011101 1100 0 1000011 10111100 1010111 10001

Color Harmonies of #064953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064953

Black with #064953

Text Example


Text Example

White with #064953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064953; }

 p { color: rgb(6,73,83); }

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

background-color css

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

 a { background-color: rgb(6,73,83); }

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

border-color css

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

 span { border-color: rgb(6,73,83); }

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