#6F648B

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

Shades of Kimberly #6F648B

Tints of Kimberly #6F648B

Color information

#6F648B (or 0x6F648B) is unknown color: approx Kimberly. HEX triplet: 6F, 64 and 8B. RGB value is (111,100,139). Sum of RGB (Red+Green+Blue) = 111+100+139=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F648B is #909B74. Grayscale: #6B6B6B. Windows color (decimal): -9476981 or 9135215. OLE color: 9135215.

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

Color convert

RGB111100139-
CMYK0.200.2800.45
HSL256.92º16.32%46.86%-
HSV(B)256.92º28.06%54.51%-
XYZ15.7714.3626.37-
YUV107.74145.64130.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=31.71%
G=28.57%
B=39.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111001390.200.2800.45256.9216.3246.86
Hex6F648B141C02D101102f
Octal15714421324340554012057
Binary11011111100100100010111010011100010110110000000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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