#67618D

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

Shades of Kimberly #67618D

Tints of Kimberly #67618D

Color information

#67618D (or 0x67618D) is unknown color: approx Kimberly. HEX triplet: 67, 61 and 8D. RGB value is (103,97,141). Sum of RGB (Red+Green+Blue) = 103+97+141=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #67618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67618D is #989E72. Grayscale: #676767. Windows color (decimal): -10002035 or 9265511. OLE color: 9265511.

HSL color Cylindrical-coordinate representation of color #67618D: hue angle of 248.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67618D is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10397141-
CMYK0.270.3100.45
HSL248.18º18.49%46.67%-
HSV(B)248.18º31.21%55.29%-
XYZ14.6813.3627-
YUV103.81148.99127.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.21%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=30.21%
G=28.45%
B=41.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103971410.270.3100.45248.1818.4946.67
Hex67618D1B1F02Df8122f
Octal14714121533370553702257
Binary1100111110000110001101110111111101011011111100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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