Html Css Color HEX #064350 Sherpa Blue

📋 copy color: '#064350'

red 6 ◦ green 67 ◦ blue 80

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

Shades of Sherpa Blue #064350

Tints of Sherpa Blue #064350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.79%

 BLUE value IS 80 (31.64% from 255) = 52.29%

R = 3.92%
G = 43.79%
B = 52.29%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#064350 (or 0x064350) is known color: Sherpa Blue. HEX triplet: 06, 43 and 50. RGB value is (6,67,80). Sum of RGB (Red+Green+Blue) = 6+67+80=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #064350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064350 is #F9BCAF. Grayscale: #323232. Windows color (decimal): -16366768 or 5260038. OLE color: 5260038.

HSL color Cylindrical-coordinate representation of color #064350: hue angle of 190.54º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064350 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 67 80 -
CMYK 0.92 0.16 0 0.69
HSL 190.54º 0.86% 0.17% -
HSV(B) 190.54º 0.93% 0.31% -
XYZ 3.53 4.63 8.3 -
YUV 50.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 6 67 80 0.92 0.16 0 0.69 190.54 0.86 0.17
Hex 6 43 50 5C 10 0 45 BF 56 11
Octal 6 103 120 134 20 0 105 277 126 21
Binary 110 1000011 1010000 1011100 10000 0 1000101 10111111 1010110 10001

Color Harmonies of #064350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064350

Black with #064350

Text Example


Text Example

White with #064350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064350; }

 p { color: rgb(6,67,80); }

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

background-color css

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

 a { background-color: rgb(6,67,80); }

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

border-color css

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

 span { border-color: rgb(6,67,80); }

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