#67618B

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

Shades of Kimberly #67618B

Tints of Kimberly #67618B

Color information

#67618B (or 0x67618B) is unknown color: approx Kimberly. HEX triplet: 67, 61 and 8B. RGB value is (103,97,139). Sum of RGB (Red+Green+Blue) = 103+97+139=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #67618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67618B is #989E74. Grayscale: #676767. Windows color (decimal): -10002037 or 9134439. OLE color: 9134439.

HSL color Cylindrical-coordinate representation of color #67618B: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67618B is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10397139-
CMYK0.260.3000.45
HSL248.57º17.8%46.27%-
HSV(B)248.57º30.22%54.51%-
XYZ14.5313.326.23-
YUV103.58147.99127.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=30.38%
G=28.61%
B=41.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103971390.260.3000.45248.5717.846.27
Hex67618B1A1E02Df9122e
Octal14714121332360553712256
Binary1100111110000110001011110101111001011011111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67618B; }

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

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

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

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

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

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

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

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