#6F658B

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

Shades of Kimberly #6F658B

Tints of Kimberly #6F658B

Color information

#6F658B (or 0x6F658B) is unknown color: approx Kimberly. HEX triplet: 6F, 65 and 8B. RGB value is (111,101,139). Sum of RGB (Red+Green+Blue) = 111+101+139=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F658B is #909A74. Grayscale: #6C6C6C. Windows color (decimal): -9476725 or 9135471. OLE color: 9135471.

HSL color Cylindrical-coordinate representation of color #6F658B: hue angle of 255.79º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F658B is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB111101139-
CMYK0.200.2700.45
HSL255.79º15.83%47.06%-
HSV(B)255.79º27.34%54.51%-
XYZ15.8714.5526.4-
YUV108.32145.31129.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.62%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=31.62%
G=28.77%
B=39.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111011390.200.2700.45255.7915.8347.06
Hex6F658B141B02D100102f
Octal15714521324330554002057
Binary11011111100101100010111010011011010110110000000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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