#06465C

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

Shades of Sherpa Blue #06465C

Tints of Sherpa Blue #06465C

Color information

#06465C (or 0x06465C) is unknown color: approx Sherpa Blue. HEX triplet: 06, 46 and 5C. RGB value is (6,70,92). Sum of RGB (Red+Green+Blue) = 6+70+92=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #06465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06465C is #F9B9A3. Grayscale: #353535. Windows color (decimal): -16365988 or 6047238. OLE color: 6047238.

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

Color convert

RGB67092-
CMYK0.930.2400.64
HSL195.35º87.76%19.22%-
HSV(B)195.35º93.48%36.08%-
XYZ4.25.1910.91-
YUV53.37149.894.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 92 (36.33% from 255) = 54.76%
R=3.57%
G=41.67%
B=54.76%

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
Decimal670920.930.2400.64195.3587.7619.22
Hex6465C5D18040c35813
Octal610613413530010030313023
Binary110100011010111001011101110000100000011000011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06465C; }

 p { color: rgb(6,70,92); }

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

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

 a { background-color: rgb(6,70,92); }

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

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

 span { border-color: rgb(6,70,92); }

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