#675782

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

Shades of Kimberly #675782

Tints of Kimberly #675782

Color information

#675782 (or 0x675782) is unknown color: approx Kimberly. HEX triplet: 67, 57 and 82. RGB value is (103,87,130). Sum of RGB (Red+Green+Blue) = 103+87+130=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #675782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675782 is #98A87D. Grayscale: #606060. Windows color (decimal): -10004606 or 8542055. OLE color: 8542055.

HSL color Cylindrical-coordinate representation of color #675782: hue angle of 262.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #675782 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10387130-
CMYK0.210.3300.49
HSL262.33º19.82%42.55%-
HSV(B)262.33º33.08%50.98%-
XYZ13.0311.3122.62-
YUV96.69146.8132.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=32.19%
G=27.19%
B=40.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103871300.210.3300.49262.3319.8242.55
Hex6757821521031106142b
Octal14712720225410614062453
Binary110011110101111000001010101100001011000110000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675782; }

 p { color: rgb(103,87,130); }

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

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

 a { background-color: rgb(103,87,130); }

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

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

 span { border-color: rgb(103,87,130); }

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