#67618A

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

Shades of Kimberly #67618A

Tints of Kimberly #67618A

Color information

#67618A (or 0x67618A) is unknown color: approx Kimberly. HEX triplet: 67, 61 and 8A. RGB value is (103,97,138). Sum of RGB (Red+Green+Blue) = 103+97+138=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #67618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67618A is #989E75. Grayscale: #676767. Windows color (decimal): -10002038 or 9068903. OLE color: 9068903.

HSL color Cylindrical-coordinate representation of color #67618A: hue angle of 248.78º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67618A is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10397138-
CMYK0.250.3000.46
HSL248.78º17.45%46.08%-
HSV(B)248.78º29.71%54.12%-
XYZ14.4613.2725.84-
YUV103.47147.49127.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=30.47%
G=28.70%
B=40.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal103971380.250.3000.46248.7817.4546.08
Hex67618A191E02Ef9112e
Octal14714121231360563712156
Binary1100111110000110001010110011111001011101111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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