#6B608A

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

Shades of Kimberly #6B608A

Tints of Kimberly #6B608A

Color information

#6B608A (or 0x6B608A) is unknown color: approx Kimberly. HEX triplet: 6B, 60 and 8A. RGB value is (107,96,138). Sum of RGB (Red+Green+Blue) = 107+96+138=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B608A is #949F75. Grayscale: #676767. Windows color (decimal): -9740150 or 9068651. OLE color: 9068651.

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

Color convert

RGB10796138-
CMYK0.220.3000.46
HSL255.71º17.95%45.88%-
HSV(B)255.71º30.43%54.12%-
XYZ14.8313.3325.84-
YUV104.08147.14130.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.38%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=31.38%
G=28.15%
B=40.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107961380.220.3000.46255.7117.9545.88
Hex6B608A161E02E100122e
Octal15314021226360564002256
Binary11010111100000100010101011011110010111010000000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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