#686284

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

Shades of Kimberly #686284

Tints of Kimberly #686284

Color information

#686284 (or 0x686284) is unknown color: approx Kimberly. HEX triplet: 68, 62 and 84. RGB value is (104,98,132). Sum of RGB (Red+Green+Blue) = 104+98+132=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #686284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686284 is #979D7B. Grayscale: #676767. Windows color (decimal): -9936252 or 8675944. OLE color: 8675944.

HSL color Cylindrical-coordinate representation of color #686284: hue angle of 250.59º 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 #686284 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10498132-
CMYK0.210.2600.48
HSL250.59º14.78%45.1%-
HSV(B)250.59º25.76%51.76%-
XYZ14.2413.3423.65-
YUV103.67143.99128.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=31.14%
G=29.34%
B=39.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104981320.210.2600.48250.5914.7845.1
Hex686284151A030fbf2d
Octal15014220425320603731755
Binary110100011000101000010010101110100110000111110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686284; }

 p { color: rgb(104,98,132); }

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

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

 a { background-color: rgb(104,98,132); }

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

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

 span { border-color: rgb(104,98,132); }

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