#6B6083

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

Shades of Kimberly #6B6083

Tints of Kimberly #6B6083

Color information

#6B6083 (or 0x6B6083) is unknown color: approx Kimberly. HEX triplet: 6B, 60 and 83. RGB value is (107,96,131). Sum of RGB (Red+Green+Blue) = 107+96+131=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B6083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6083 is #949F7C. Grayscale: #676767. Windows color (decimal): -9740157 or 8609899. OLE color: 8609899.

HSL color Cylindrical-coordinate representation of color #6B6083: hue angle of 258.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B6083 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10796131-
CMYK0.180.2700.49
HSL258.86º15.42%44.51%-
HSV(B)258.86º26.72%51.37%-
XYZ14.3413.1323.25-
YUV103.28143.64130.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=32.04%
G=28.74%
B=39.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107961310.180.2700.49258.8615.4244.51
Hex6B6083121B031103f2d
Octal15314020322330614031755
Binary1101011110000010000011100101101101100011000000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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