#68618E

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

Shades of Kimberly #68618E

Tints of Kimberly #68618E

Color information

#68618E (or 0x68618E) is unknown color: approx Kimberly. HEX triplet: 68, 61 and 8E. RGB value is (104,97,142). Sum of RGB (Red+Green+Blue) = 104+97+142=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #68618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68618E is #979E71. Grayscale: #686868. Windows color (decimal): -9936498 or 9331048. OLE color: 9331048.

HSL color Cylindrical-coordinate representation of color #68618E: hue angle of 249.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68618E is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10497142-
CMYK0.270.3200.44
HSL249.33º18.83%46.86%-
HSV(B)249.33º31.69%55.69%-
XYZ14.8713.4527.4-
YUV104.22149.32127.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=30.32%
G=28.28%
B=41.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104971420.270.3200.44249.3318.8346.86
Hex68618E1B2002Cf9132f
Octal15014121633400543712357
Binary11010001100001100011101101110000001011001111100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68618E; }

 p { color: rgb(104,97,142); }

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

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

 a { background-color: rgb(104,97,142); }

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

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

 span { border-color: rgb(104,97,142); }

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