#675D7C

Color #675D7C Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #675D7C

Tints of Kimberly #675D7C

Color information

#675D7C (or 0x675D7C) is unknown color: approx Kimberly. HEX triplet: 67, 5D and 7C. RGB value is (103,93,124). Sum of RGB (Red+Green+Blue) = 103+93+124=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #675D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D7C is #98A283. Grayscale: #636363. Windows color (decimal): -10003076 or 8150375. OLE color: 8150375.

HSL color Cylindrical-coordinate representation of color #675D7C: hue angle of 259.35º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #675D7C is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10393124-
CMYK0.170.2500.51
HSL259.35º14.29%42.55%-
HSV(B)259.35º25%48.63%-
XYZ13.1512.1720.72-
YUV99.52141.81130.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=32.19%
G=29.06%
B=38.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103931240.170.2500.51259.3514.2942.55
Hex675D7C1119033103e2b
Octal14713517421310634031653
Binary110011110111011111100100011100101100111000000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675D7C; }

 p { color: rgb(103,93,124); }

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

<style>
 a { background-color: #675D7C; }

 a { background-color: rgb(103,93,124); }

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

<style>
 span { border-color: #675D7C; }

 span { border-color: rgb(103,93,124); }

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