Html Css Color HEX #065150 Sherpa Blue

📋 copy color: '#065150'

red 6 ◦ green 81 ◦ blue 80

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

Shades of Sherpa Blue #065150

Tints of Sherpa Blue #065150

RGB

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

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

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

R = 3.59%
G = 48.5%
B = 47.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#065150 (or 0x065150) is known color: Sherpa Blue. HEX triplet: 06, 51 and 50. RGB value is (6,81,80). Sum of RGB (Red+Green+Blue) = 6+81+80=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #065150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065150 is #F9AEAF. Grayscale: #3A3A3A. Windows color (decimal): -16363184 or 5263622. OLE color: 5263622.

HSL color Cylindrical-coordinate representation of color #065150: hue angle of 179.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065150 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 81 80 -
CMYK 0.93 0 0.01 0.68
HSL 179.2º 0.86% 0.17% -
HSV(B) 179.2º 0.93% 0.32% -
XYZ 4.47 6.5 8.61 -
YUV 58.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 6 81 80 0.93 0 0.01 0.68 179.2 0.86 0.17
Hex 6 51 50 5D 0 1 44 B3 56 11
Octal 6 121 120 135 0 1 104 263 126 21
Binary 110 1010001 1010000 1011101 0 1 1000100 10110011 1010110 10001

Color Harmonies of #065150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065150

Black with #065150

Text Example


Text Example

White with #065150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065150; }

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

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

background-color css

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

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

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

border-color css

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

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

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