#425D6C

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

Shades of San Juan #425D6C

Tints of San Juan #425D6C

Color information

#425D6C (or 0x425D6C) is unknown color: approx San Juan. HEX triplet: 42, 5D and 6C. RGB value is (66,93,108). Sum of RGB (Red+Green+Blue) = 66+93+108=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #425D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D6C is #BDA293. Grayscale: #565656. Windows color (decimal): -12427924 or 7101762. OLE color: 7101762.

HSL color Cylindrical-coordinate representation of color #425D6C: hue angle of 201.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #425D6C is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6693108-
CMYK0.390.1400.58
HSL201.43º24.14%34.12%-
HSV(B)201.43º38.89%42.35%-
XYZ8.8710.0715.66-
YUV86.64140.05113.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=24.72%
G=34.83%
B=40.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66931080.390.1400.58201.4324.1434.12
Hex425D6C27E03Ac91822
Octal10213515447160723113042
Binary100001010111011101100100111111001110101100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D6C; }

 p { color: rgb(66,93,108); }

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

<style>
 a { background-color: #425D6C; }

 a { background-color: rgb(66,93,108); }

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

<style>
 span { border-color: #425D6C; }

 span { border-color: rgb(66,93,108); }

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