#676484

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

Shades of Kimberly #676484

Tints of Kimberly #676484

Color information

#676484 (or 0x676484) is unknown color: approx Kimberly. HEX triplet: 67, 64 and 84. RGB value is (103,100,132). Sum of RGB (Red+Green+Blue) = 103+100+132=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #676484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676484 is #989B7B. Grayscale: #686868. Windows color (decimal): -10001276 or 8676455. OLE color: 8676455.

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

Color convert

RGB103100132-
CMYK0.220.2400.48
HSL245.62º13.79%45.49%-
HSV(B)245.62º24.24%51.76%-
XYZ14.3213.6623.71-
YUV104.54143.49126.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.75%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=30.75%
G=29.85%
B=39.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031001320.220.2400.48245.6213.7945.49
Hex6764841618030f6e2d
Octal14714420426300603661655
Binary110011111001001000010010110110000110000111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676484; }

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

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

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

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

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

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

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

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