#676287

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

Shades of Kimberly #676287

Tints of Kimberly #676287

Color information

#676287 (or 0x676287) is unknown color: approx Kimberly. HEX triplet: 67, 62 and 87. RGB value is (103,98,135). Sum of RGB (Red+Green+Blue) = 103+98+135=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #676287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676287 is #989D78. Grayscale: #676767. Windows color (decimal): -10001785 or 8872551. OLE color: 8872551.

HSL color Cylindrical-coordinate representation of color #676287: hue angle of 248.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676287 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10398135-
CMYK0.240.2700.47
HSL248.11º15.88%45.69%-
HSV(B)248.11º27.41%52.94%-
XYZ14.3313.3724.75-
YUV103.71145.66127.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=30.65%
G=29.17%
B=40.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103981350.240.2700.47248.1115.8845.69
Hex676287181B02Ff8102e
Octal14714220730330573702056
Binary1100111110001010000111110001101101011111111100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676287; }

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

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

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

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

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

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

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

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