Html Css Color HEX #06514E Sherpa Blue

📋 copy color: '#06514E'

red 6 ◦ green 81 ◦ blue 78

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

Shades of Sherpa Blue #06514E

Tints of Sherpa Blue #06514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 47.27%

R = 3.64%
G = 49.09%
B = 47.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#06514E (or 0x06514E) is known color: Sherpa Blue. HEX triplet: 06, 51 and 4E. RGB value is (6,81,78). Sum of RGB (Red+Green+Blue) = 6+81+78=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #06514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06514E is #F9AEB1. Grayscale: #3A3A3A. Windows color (decimal): -16363186 or 5132550. OLE color: 5132550.

HSL color Cylindrical-coordinate representation of color #06514E: hue angle of 177.6º 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 #06514E is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 81 78 -
CMYK 0.93 0 0.04 0.68
HSL 177.6º 0.86% 0.17% -
HSV(B) 177.6º 0.93% 0.32% -
XYZ 4.39 6.47 8.23 -
YUV 58.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 6 81 78 0.93 0 0.04 0.68 177.6 0.86 0.17
Hex 6 51 4E 5D 0 4 44 B2 56 11
Octal 6 121 116 135 0 4 104 262 126 21
Binary 110 1010001 1001110 1011101 0 100 1000100 10110010 1010110 10001

Color Harmonies of #06514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06514E

Black with #06514E

Text Example


Text Example

White with #06514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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