#676084

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

Shades of Kimberly #676084

Tints of Kimberly #676084

Color information

#676084 (or 0x676084) is unknown color: approx Kimberly. HEX triplet: 67, 60 and 84. RGB value is (103,96,132). Sum of RGB (Red+Green+Blue) = 103+96+132=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #676084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676084 is #989F7B. Grayscale: #666666. Windows color (decimal): -10002300 or 8675431. OLE color: 8675431.

HSL color Cylindrical-coordinate representation of color #676084: hue angle of 251.67º degrees, saturation: 0.16, 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 #676084 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10396132-
CMYK0.220.2700.48
HSL251.67º15.79%44.71%-
HSV(B)251.67º27.27%51.76%-
XYZ13.9412.9223.59-
YUV102.2144.82128.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=31.12%
G=29.00%
B=39.88%

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
Decimal103961320.220.2700.48251.6715.7944.71
Hex676084161B030fc102d
Octal14714020426330603742055
Binary1100111110000010000100101101101101100001111110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676084; }

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

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

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

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

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

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

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

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