Html Css Color HEX #064650 Sherpa Blue

📋 copy color: '#064650'

red 6 ◦ green 70 ◦ blue 80

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

Shades of Sherpa Blue #064650

Tints of Sherpa Blue #064650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.87%

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

R = 3.85%
G = 44.87%
B = 51.28%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#064650 (or 0x064650) is known color: Sherpa Blue. HEX triplet: 06, 46 and 50. RGB value is (6,70,80). Sum of RGB (Red+Green+Blue) = 6+70+80=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #064650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064650 is #F9B9AF. Grayscale: #333333. Windows color (decimal): -16366000 or 5260806. OLE color: 5260806.

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

Color convert

RGB 6 70 80 -
CMYK 0.92 0.12 0 0.69
HSL 188.11º 0.86% 0.17% -
HSV(B) 188.11º 0.93% 0.31% -
XYZ 3.71 5 8.36 -
YUV 52 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 6 70 80 0.92 0.12 0 0.69 188.11 0.86 0.17
Hex 6 46 50 5C C 0 45 BC 56 11
Octal 6 106 120 134 14 0 105 274 126 21
Binary 110 1000110 1010000 1011100 1100 0 1000101 10111100 1010110 10001

Color Harmonies of #064650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064650

Black with #064650

Text Example


Text Example

White with #064650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064650; }

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

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

background-color css

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

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

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

border-color css

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

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

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