#676485

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

Shades of Kimberly #676485

Tints of Kimberly #676485

Color information

#676485 (or 0x676485) is unknown color: approx Kimberly. HEX triplet: 67, 64 and 85. RGB value is (103,100,133). Sum of RGB (Red+Green+Blue) = 103+100+133=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #676485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676485 is #989B7A. Grayscale: #686868. Windows color (decimal): -10001275 or 8741991. OLE color: 8741991.

HSL color Cylindrical-coordinate representation of color #676485: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676485 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103100133-
CMYK0.230.2500.48
HSL245.45º14.16%45.69%-
HSV(B)245.45º24.81%52.16%-
XYZ14.3813.6924.07-
YUV104.66143.99126.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=30.65%
G=29.76%
B=39.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031001330.230.2500.48245.4514.1645.69
Hex6764851719030f5e2e
Octal14714420527310603651656
Binary110011111001001000010110111110010110000111101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676485; }

 p { color: rgb(103,100,133); }

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

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

 a { background-color: rgb(103,100,133); }

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

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

 span { border-color: rgb(103,100,133); }

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