#676285

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

Shades of Kimberly #676285

Tints of Kimberly #676285

Color information

#676285 (or 0x676285) is unknown color: approx Kimberly. HEX triplet: 67, 62 and 85. RGB value is (103,98,133). Sum of RGB (Red+Green+Blue) = 103+98+133=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #676285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676285 is #989D7A. Grayscale: #676767. Windows color (decimal): -10001787 or 8741479. OLE color: 8741479.

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

Color convert

RGB10398133-
CMYK0.230.2600.48
HSL248.57º15.15%45.29%-
HSV(B)248.57º26.32%52.16%-
XYZ14.1913.3124.01-
YUV103.48144.66127.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.84%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=30.84%
G=29.34%
B=39.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103981330.230.2600.48248.5715.1545.29
Hex676285171A030f9f2d
Octal14714220527320603711755
Binary110011111000101000010110111110100110000111110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676285; }

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

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

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

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

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

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

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

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