#6B607A

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

Shades of Kimberly #6B607A

Tints of Kimberly #6B607A

Color information

#6B607A (or 0x6B607A) is unknown color: approx Kimberly. HEX triplet: 6B, 60 and 7A. RGB value is (107,96,122). Sum of RGB (Red+Green+Blue) = 107+96+122=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B607A is #949F85. Grayscale: #666666. Windows color (decimal): -9740166 or 8020075. OLE color: 8020075.

HSL color Cylindrical-coordinate representation of color #6B607A: hue angle of 265.38º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B607A is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10796122-
CMYK0.120.2100.52
HSL265.38º11.93%42.75%-
HSV(B)265.38º21.31%47.84%-
XYZ13.7612.920.18-
YUV102.25139.14131.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=32.92%
G=29.54%
B=37.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107961220.120.2100.52265.3811.9342.75
Hex6B607AC15034109c2b
Octal15314017214250644111453
Binary11010111100000111101011001010101101001000010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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