#6F608B

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

Shades of Kimberly #6F608B

Tints of Kimberly #6F608B

Color information

#6F608B (or 0x6F608B) is unknown color: approx Kimberly. HEX triplet: 6F, 60 and 8B. RGB value is (111,96,139). Sum of RGB (Red+Green+Blue) = 111+96+139=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 96 (37.89% from 255 or 27.75% 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 #6F608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F608B is #909F74. Grayscale: #696969. Windows color (decimal): -9478005 or 9134191. OLE color: 9134191.

HSL color Cylindrical-coordinate representation of color #6F608B: hue angle of 260.93º degrees, saturation: 0.18, 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 #6F608B is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11196139-
CMYK0.200.3100.45
HSL260.93º18.3%46.08%-
HSV(B)260.93º30.94%54.51%-
XYZ15.413.6126.24-
YUV105.39146.97132-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=32.08%
G=27.75%
B=40.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111961390.200.3100.45260.9318.346.08
Hex6F608B141F02D105122e
Octal15714021324370554052256
Binary11011111100000100010111010011111010110110000010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,139); }

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

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

 a { background-color: rgb(111,96,139); }

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

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

 span { border-color: rgb(111,96,139); }

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