Html Css Color HEX #06505B Sherpa Blue

📋 copy color: '#06505B'

red 6 ◦ green 80 ◦ blue 91

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

Shades of Sherpa Blue #06505B

Tints of Sherpa Blue #06505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 3.39%
G = 45.2%
B = 51.41%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06505B (or 0x06505B) is known color: Sherpa Blue. HEX triplet: 06, 50 and 5B. RGB value is (6,80,91). Sum of RGB (Red+Green+Blue) = 6+80+91=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #06505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06505B is #F9AFA4. Grayscale: #3B3B3B. Windows color (decimal): -16363429 or 5984262. OLE color: 5984262.

HSL color Cylindrical-coordinate representation of color #06505B: hue angle of 187.76º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06505B is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 80 91 -
CMYK 0.93 0.12 0 0.64
HSL 187.76º 0.88% 0.19% -
HSV(B) 187.76º 0.93% 0.36% -
XYZ 4.83 6.53 10.9 -
YUV 59.13 145.98 90.11 -
System Red Green Blue C M Y K H S L
Decimal 6 80 91 0.93 0.12 0 0.64 187.76 0.88 0.19
Hex 6 50 5B 5D C 0 40 BC 58 13
Octal 6 120 133 135 14 0 100 274 130 23
Binary 110 1010000 1011011 1011101 1100 0 1000000 10111100 1011000 10011

Color Harmonies of #06505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06505B

Black with #06505B

Text Example


Text Example

White with #06505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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