#67618E

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

Shades of Kimberly #67618E

Tints of Kimberly #67618E

Color information

#67618E (or 0x67618E) is unknown color: approx Kimberly. HEX triplet: 67, 61 and 8E. RGB value is (103,97,142). Sum of RGB (Red+Green+Blue) = 103+97+142=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #67618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67618E is #989E71. Grayscale: #676767. Windows color (decimal): -10002034 or 9331047. OLE color: 9331047.

HSL color Cylindrical-coordinate representation of color #67618E: hue angle of 248º 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 #67618E is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10397142-
CMYK0.270.3200.44
HSL248º18.83%46.86%-
HSV(B)248º31.69%55.69%-
XYZ14.7513.3927.4-
YUV103.92149.49127.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=30.12%
G=28.36%
B=41.52%

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
Decimal103971420.270.3200.4424818.8346.86
Hex67618E1B2002Cf8132f
Octal14714121633400543702357
Binary11001111100001100011101101110000001011001111100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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