Html Css Color HEX #064950 Sherpa Blue

📋 copy color: '#064950'

red 6 ◦ green 73 ◦ blue 80

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

Shades of Sherpa Blue #064950

Tints of Sherpa Blue #064950

RGB

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

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

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

R = 3.77%
G = 45.91%
B = 50.31%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#064950 (or 0x064950) is known color: Sherpa Blue. HEX triplet: 06, 49 and 50. RGB value is (6,73,80). Sum of RGB (Red+Green+Blue) = 6+73+80=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #064950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064950 is #F9B6AF. Grayscale: #353535. Windows color (decimal): -16365232 or 5261574. OLE color: 5261574.

HSL color Cylindrical-coordinate representation of color #064950: hue angle of 185.68º 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 #064950 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 73 80 -
CMYK 0.92 0.09 0 0.69
HSL 185.68º 0.86% 0.17% -
HSV(B) 185.68º 0.93% 0.31% -
XYZ 3.91 5.38 8.42 -
YUV 53.77 142.8 93.93 -
System Red Green Blue C M Y K H S L
Decimal 6 73 80 0.92 0.09 0 0.69 185.68 0.86 0.17
Hex 6 49 50 5C 9 0 45 BA 56 11
Octal 6 111 120 134 11 0 105 272 126 21
Binary 110 1001001 1010000 1011100 1001 0 1000101 10111010 1010110 10001

Color Harmonies of #064950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064950

Black with #064950

Text Example


Text Example

White with #064950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064950; }

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

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

background-color css

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

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

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

border-color css

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

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

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