#66638A

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

Shades of Kimberly #66638A

Tints of Kimberly #66638A

Color information

#66638A (or 0x66638A) is unknown color: approx Kimberly. HEX triplet: 66, 63 and 8A. RGB value is (102,99,138). Sum of RGB (Red+Green+Blue) = 102+99+138=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #66638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66638A is #999C75. Grayscale: #686868. Windows color (decimal): -10067062 or 9069414. OLE color: 9069414.

HSL color Cylindrical-coordinate representation of color #66638A: hue angle of 244.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66638A is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10299138-
CMYK0.260.2800.46
HSL244.62º16.46%46.47%-
HSV(B)244.62º28.26%54.12%-
XYZ14.5313.5825.9-
YUV104.34146.99126.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=30.09%
G=29.20%
B=40.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102991380.260.2800.46244.6216.4646.47
Hex66638A1A1C02Ef5102e
Octal14614321232340563652056
Binary1100110110001110001010110101110001011101111010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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