#6B648B

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

Shades of Kimberly #6B648B

Tints of Kimberly #6B648B

Color information

#6B648B (or 0x6B648B) is unknown color: approx Kimberly. HEX triplet: 6B, 64 and 8B. RGB value is (107,100,139). Sum of RGB (Red+Green+Blue) = 107+100+139=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B648B is #949B74. Grayscale: #6A6A6A. Windows color (decimal): -9739125 or 9135211. OLE color: 9135211.

HSL color Cylindrical-coordinate representation of color #6B648B: hue angle of 250.77º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B648B is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB107100139-
CMYK0.230.2800.45
HSL250.77º16.32%46.86%-
HSV(B)250.77º28.06%54.51%-
XYZ15.2814.126.34-
YUV106.54146.32128.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=30.92%
G=28.90%
B=40.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071001390.230.2800.45250.7716.3246.86
Hex6B648B171C02Dfb102f
Octal15314421327340553732057
Binary1101011110010010001011101111110001011011111101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,100,139); }

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

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

 a { background-color: rgb(107,100,139); }

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

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

 span { border-color: rgb(107,100,139); }

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