#405F6D

Color #405F6D San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #405F6D

Tints of San Juan #405F6D

Color information

#405F6D (or 0x405F6D) is unknown color: approx San Juan. HEX triplet: 40, 5F and 6D. RGB value is (64,95,109). Sum of RGB (Red+Green+Blue) = 64+95+109=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #405F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F6D is #BFA092. Grayscale: #575757. Windows color (decimal): -12558483 or 7167808. OLE color: 7167808.

HSL color Cylindrical-coordinate representation of color #405F6D: hue angle of 198.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #405F6D is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6495109-
CMYK0.410.1300.57
HSL198.67º26.01%33.92%-
HSV(B)198.67º41.28%42.75%-
XYZ8.9710.3816-
YUV87.33140.23111.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=23.88%
G=35.45%
B=40.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64951090.410.1300.57198.6726.0133.92
Hex405F6D29D039c71a22
Octal10013715551150713073242
Binary100000010111111101101101001110101110011100011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405F6D; }

 p { color: rgb(64,95,109); }

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

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

 a { background-color: rgb(64,95,109); }

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

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

 span { border-color: rgb(64,95,109); }

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