#66618F

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

Shades of Kimberly #66618F

Tints of Kimberly #66618F

Color information

#66618F (or 0x66618F) is unknown color: approx Kimberly. HEX triplet: 66, 61 and 8F. RGB value is (102,97,143). Sum of RGB (Red+Green+Blue) = 102+97+143=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #66618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66618F is #999E70. Grayscale: #676767. Windows color (decimal): -10067569 or 9396582. OLE color: 9396582.

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

Color convert

RGB10297143-
CMYK0.290.3200.44
HSL246.52º19.17%47.06%-
HSV(B)246.52º32.17%56.08%-
XYZ14.7113.3627.79-
YUV103.74150.16126.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 143 (56.25% from 255) = 41.81%
R=29.82%
G=28.36%
B=41.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102971430.290.3200.44246.5219.1747.06
Hex66618F1D2002Cf7132f
Octal14614121735400543672357
Binary11001101100001100011111110110000001011001111011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66618F; }

 p { color: rgb(102,97,143); }

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

<style>
 a { background-color: #66618F; }

 a { background-color: rgb(102,97,143); }

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

<style>
 span { border-color: #66618F; }

 span { border-color: rgb(102,97,143); }

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