#6F6083

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

Shades of Kimberly #6F6083

Tints of Kimberly #6F6083

Color information

#6F6083 (or 0x6F6083) is unknown color: approx Kimberly. HEX triplet: 6F, 60 and 83. RGB value is (111,96,131). Sum of RGB (Red+Green+Blue) = 111+96+131=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F6083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6083 is #909F7C. Grayscale: #686868. Windows color (decimal): -9478013 or 8609903. OLE color: 8609903.

HSL color Cylindrical-coordinate representation of color #6F6083: hue angle of 265.71º 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 #6F6083 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11196131-
CMYK0.150.2700.49
HSL265.71º15.42%44.51%-
HSV(B)265.71º26.72%51.37%-
XYZ14.8413.3823.27-
YUV104.48142.97132.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=32.84%
G=28.40%
B=38.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111961310.150.2700.49265.7115.4244.51
Hex6F6083F1B03110af2d
Octal15714020317330614121755
Binary110111111000001000001111111101101100011000010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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