#6B607C

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

Shades of Kimberly #6B607C

Tints of Kimberly #6B607C

Color information

#6B607C (or 0x6B607C) is unknown color: approx Kimberly. HEX triplet: 6B, 60 and 7C. RGB value is (107,96,124). Sum of RGB (Red+Green+Blue) = 107+96+124=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B607C is #949F83. Grayscale: #666666. Windows color (decimal): -9740164 or 8151147. OLE color: 8151147.

HSL color Cylindrical-coordinate representation of color #6B607C: hue angle of 263.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B607C is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10796124-
CMYK0.140.2300.51
HSL263.57º12.73%43.14%-
HSV(B)263.57º22.58%48.63%-
XYZ13.8812.9520.84-
YUV102.48140.14131.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=32.72%
G=29.36%
B=37.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107961240.140.2300.51263.5712.7343.14
Hex6B607CE17033108d2b
Octal15314017416270634101553
Binary11010111100000111110011101011101100111000010001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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