#6A658C

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

Shades of Kimberly #6A658C

Tints of Kimberly #6A658C

Color information

#6A658C (or 0x6A658C) is unknown color: approx Kimberly. HEX triplet: 6A, 65 and 8C. RGB value is (106,101,140). Sum of RGB (Red+Green+Blue) = 106+101+140=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A658C is #959A73. Grayscale: #6A6A6A. Windows color (decimal): -9804404 or 9201002. OLE color: 9201002.

HSL color Cylindrical-coordinate representation of color #6A658C: hue angle of 247.69º 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 #6A658C is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB106101140-
CMYK0.240.2800.45
HSL247.69º16.18%47.25%-
HSV(B)247.69º27.86%54.9%-
XYZ15.3314.2626.76-
YUV106.94146.66127.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.55%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=30.55%
G=29.11%
B=40.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1061011400.240.2800.45247.6916.1847.25
Hex6A658C181C02Df8102f
Octal15214521430340553702057
Binary1101010110010110001100110001110001011011111100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,140); }

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

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

 a { background-color: rgb(106,101,140); }

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

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

 span { border-color: rgb(106,101,140); }

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