#6B658A

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

Shades of Kimberly #6B658A

Tints of Kimberly #6B658A

Color information

#6B658A (or 0x6B658A) is unknown color: approx Kimberly. HEX triplet: 6B, 65 and 8A. RGB value is (107,101,138). Sum of RGB (Red+Green+Blue) = 107+101+138=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B658A is #949A75. Grayscale: #6A6A6A. Windows color (decimal): -9738870 or 9069931. OLE color: 9069931.

HSL color Cylindrical-coordinate representation of color #6B658A: hue angle of 249.73º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B658A is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB107101138-
CMYK0.220.2700.46
HSL249.73º15.48%46.86%-
HSV(B)249.73º26.81%54.12%-
XYZ15.314.2725.99-
YUV107.01145.49127.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=30.92%
G=29.19%
B=39.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071011380.220.2700.46249.7315.4846.86
Hex6B658A161B02Efaf2f
Octal15314521226330563721757
Binary110101111001011000101010110110110101110111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B658A; }

 p { color: rgb(107,101,138); }

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

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

 a { background-color: rgb(107,101,138); }

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

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

 span { border-color: rgb(107,101,138); }

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