Html Css Color HEX #065160 Sherpa Blue

📋 copy color: '#065160'

red 6 ◦ green 81 ◦ blue 96

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

Shades of Sherpa Blue #065160

Tints of Sherpa Blue #065160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 3.28%
G = 44.26%
B = 52.46%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#065160 (or 0x065160) is known color: Sherpa Blue. HEX triplet: 06, 51 and 60. RGB value is (6,81,96). Sum of RGB (Red+Green+Blue) = 6+81+96=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #065160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065160 is #F9AE9F. Grayscale: #3C3C3C. Windows color (decimal): -16363168 or 6312198. OLE color: 6312198.

HSL color Cylindrical-coordinate representation of color #065160: hue angle of 190º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065160 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 81 96 -
CMYK 0.94 0.16 0 0.62
HSL 190º 0.88% 0.2% -
HSV(B) 190º 0.94% 0.38% -
XYZ 5.13 6.77 12.1 -
YUV 60.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 6 81 96 0.94 0.16 0 0.62 190 0.88 0.2
Hex 6 51 60 5E 10 0 3E BE 58 14
Octal 6 121 140 136 20 0 76 276 130 24
Binary 110 1010001 1100000 1011110 10000 0 111110 10111110 1011000 10100

Color Harmonies of #065160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065160

Black with #065160

Text Example


Text Example

White with #065160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065160; }

 p { color: rgb(6,81,96); }

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

background-color css

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

 a { background-color: rgb(6,81,96); }

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

border-color css

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

 span { border-color: rgb(6,81,96); }

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