#666383

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

Shades of Kimberly #666383

Tints of Kimberly #666383

Color information

#666383 (or 0x666383) is unknown color: approx Kimberly. HEX triplet: 66, 63 and 83. RGB value is (102,99,131). Sum of RGB (Red+Green+Blue) = 102+99+131=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #666383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666383 is #999C7C. Grayscale: #676767. Windows color (decimal): -10067069 or 8610662. OLE color: 8610662.

HSL color Cylindrical-coordinate representation of color #666383: hue angle of 245.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #666383 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10299131-
CMYK0.220.2400.49
HSL245.62º13.91%45.1%-
HSV(B)245.62º24.43%51.37%-
XYZ14.0413.3923.32-
YUV103.54143.49126.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=30.72%
G=29.82%
B=39.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102991310.220.2400.49245.6213.9145.1
Hex6663831618031f6e2d
Octal14614320326300613661655
Binary110011011000111000001110110110000110001111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666383; }

 p { color: rgb(102,99,131); }

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

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

 a { background-color: rgb(102,99,131); }

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

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

 span { border-color: rgb(102,99,131); }

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