#676184

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

Shades of Kimberly #676184

Tints of Kimberly #676184

Color information

#676184 (or 0x676184) is unknown color: approx Kimberly. HEX triplet: 67, 61 and 84. RGB value is (103,97,132). Sum of RGB (Red+Green+Blue) = 103+97+132=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #676184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676184 is #989E7B. Grayscale: #666666. Windows color (decimal): -10002044 or 8675687. OLE color: 8675687.

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

Color convert

RGB10397132-
CMYK0.220.2700.48
HSL250.29º15.28%44.9%-
HSV(B)250.29º26.52%51.76%-
XYZ14.0313.123.62-
YUV102.78144.49128.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=31.02%
G=29.22%
B=39.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103971320.220.2700.48250.2915.2844.9
Hex676184161B030faf2d
Octal14714120426330603721755
Binary110011111000011000010010110110110110000111110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676184; }

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

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

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

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

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

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

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

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