#6A608C

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

Shades of Kimberly #6A608C

Tints of Kimberly #6A608C

Color information

#6A608C (or 0x6A608C) is unknown color: approx Kimberly. HEX triplet: 6A, 60 and 8C. RGB value is (106,96,140). Sum of RGB (Red+Green+Blue) = 106+96+140=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A608C is #959F73. Grayscale: #676767. Windows color (decimal): -9805684 or 9199722. OLE color: 9199722.

HSL color Cylindrical-coordinate representation of color #6A608C: hue angle of 253.64º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A608C is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10696140-
CMYK0.240.3100.45
HSL253.64º18.64%46.27%-
HSV(B)253.64º31.43%54.9%-
XYZ14.8613.3226.6-
YUV104.01148.31129.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=30.99%
G=28.07%
B=40.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106961400.240.3100.45253.6418.6446.27
Hex6A608C181F02Dfe132e
Octal15214021430370553762356
Binary1101010110000010001100110001111101011011111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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