Html Css Color HEX #064F53 Sherpa Blue

📋 copy color: '#064F53'

red 6 ◦ green 79 ◦ blue 83

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

Shades of Sherpa Blue #064F53

Tints of Sherpa Blue #064F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.02%

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

R = 3.57%
G = 47.02%
B = 49.4%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#064F53 (or 0x064F53) is known color: Sherpa Blue. HEX triplet: 06, 4F and 53. RGB value is (6,79,83). Sum of RGB (Red+Green+Blue) = 6+79+83=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #064F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F53 is #F9B0AC. Grayscale: #393939. Windows color (decimal): -16363693 or 5459718. OLE color: 5459718.

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

Color convert

RGB 6 79 83 -
CMYK 0.93 0.05 0 0.67
HSL 183.12º 0.87% 0.17% -
HSV(B) 183.12º 0.93% 0.33% -
XYZ 4.43 6.26 9.16 -
YUV 57.63 142.32 91.17 -
System Red Green Blue C M Y K H S L
Decimal 6 79 83 0.93 0.05 0 0.67 183.12 0.87 0.17
Hex 6 4F 53 5D 5 0 43 B7 57 11
Octal 6 117 123 135 5 0 103 267 127 21
Binary 110 1001111 1010011 1011101 101 0 1000011 10110111 1010111 10001

Color Harmonies of #064F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F53

Black with #064F53

Text Example


Text Example

White with #064F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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