#6B618B

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

Shades of Kimberly #6B618B

Tints of Kimberly #6B618B

Color information

#6B618B (or 0x6B618B) is unknown color: approx Kimberly. HEX triplet: 6B, 61 and 8B. RGB value is (107,97,139). Sum of RGB (Red+Green+Blue) = 107+97+139=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B618B is #949E74. Grayscale: #686868. Windows color (decimal): -9739893 or 9134443. OLE color: 9134443.

HSL color Cylindrical-coordinate representation of color #6B618B: hue angle of 254.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B618B is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10797139-
CMYK0.230.3000.45
HSL254.29º17.8%46.27%-
HSV(B)254.29º30.22%54.51%-
XYZ1513.5426.25-
YUV104.78147.31129.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=31.20%
G=28.28%
B=40.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107971390.230.3000.45254.2917.846.27
Hex6B618B171E02Dfe122e
Octal15314121327360553762256
Binary1101011110000110001011101111111001011011111111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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