#666284

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

Shades of Kimberly #666284

Tints of Kimberly #666284

Color information

#666284 (or 0x666284) is unknown color: approx Kimberly. HEX triplet: 66, 62 and 84. RGB value is (102,98,132). Sum of RGB (Red+Green+Blue) = 102+98+132=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #666284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666284 is #999D7B. Grayscale: #666666. Windows color (decimal): -10067324 or 8675942. OLE color: 8675942.

HSL color Cylindrical-coordinate representation of color #666284: hue angle of 247.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666284 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10298132-
CMYK0.230.2600.48
HSL247.06º14.78%45.1%-
HSV(B)247.06º25.76%51.76%-
XYZ14.0113.2323.64-
YUV103.07144.33127.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=30.72%
G=29.52%
B=39.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102981320.230.2600.48247.0614.7845.1
Hex666284171A030f7f2d
Octal14614220427320603671755
Binary110011011000101000010010111110100110000111101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666284; }

 p { color: rgb(102,98,132); }

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

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

 a { background-color: rgb(102,98,132); }

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

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

 span { border-color: rgb(102,98,132); }

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