#6B6485

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

Shades of Kimberly #6B6485

Tints of Kimberly #6B6485

Color information

#6B6485 (or 0x6B6485) is unknown color: approx Kimberly. HEX triplet: 6B, 64 and 85. RGB value is (107,100,133). Sum of RGB (Red+Green+Blue) = 107+100+133=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6485 is #949B7A. Grayscale: #696969. Windows color (decimal): -9739131 or 8741995. OLE color: 8741995.

HSL color Cylindrical-coordinate representation of color #6B6485: hue angle of 252.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B6485 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB107100133-
CMYK0.200.2500.48
HSL252.73º14.16%45.69%-
HSV(B)252.73º24.81%52.16%-
XYZ14.8513.9324.1-
YUV105.86143.32128.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.47%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=31.47%
G=29.41%
B=39.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071001330.200.2500.48252.7314.1645.69
Hex6B64851419030fde2e
Octal15314420524310603751656
Binary110101111001001000010110100110010110000111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,100,133); }

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

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

 a { background-color: rgb(107,100,133); }

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

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

 span { border-color: rgb(107,100,133); }

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