#06455B

Color #06455B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #06455B

Tints of Sherpa Blue #06455B

Color information

#06455B (or 0x06455B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 45 and 5B. RGB value is (6,69,91). Sum of RGB (Red+Green+Blue) = 6+69+91=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #06455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06455B is #F9BAA4. Grayscale: #343434. Windows color (decimal): -16366245 or 5981446. OLE color: 5981446.

HSL color Cylindrical-coordinate representation of color #06455B: hue angle of 195.53º 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 #06455B is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66991-
CMYK0.930.2400.64
HSL195.53º87.63%19.02%-
HSV(B)195.53º93.41%35.69%-
XYZ4.095.0510.66-
YUV52.67149.6394.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=3.61%
G=41.57%
B=54.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal669910.930.2400.64195.5387.6319.02
Hex6455B5D18040c45813
Octal610513313530010030413023
Binary110100010110110111011101110000100000011000100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06455B;
 }
 .AnyTagClassName
 {
   color: #06455B;
 }
</style>
background-color css

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

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

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

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

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

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