#6C6784

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

Shades of Kimberly #6C6784

Tints of Kimberly #6C6784

Color information

#6C6784 (or 0x6C6784) is unknown color: approx Kimberly. HEX triplet: 6C, 67 and 84. RGB value is (108,103,132). Sum of RGB (Red+Green+Blue) = 108+103+132=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C6784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6784 is #93987B. Grayscale: #6B6B6B. Windows color (decimal): -9672828 or 8677228. OLE color: 8677228.

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

Color convert

RGB108103132-
CMYK0.180.2200.48
HSL250.34º12.34%46.08%-
HSV(B)250.34º21.97%51.76%-
XYZ15.214.5523.84-
YUV107.8141.66128.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=31.49%
G=30.03%
B=38.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081031320.180.2200.48250.3412.3446.08
Hex6C67841216030fac2e
Octal15414720422260603721456
Binary110110011001111000010010010101100110000111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,132); }

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

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

 a { background-color: rgb(108,103,132); }

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

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

 span { border-color: rgb(108,103,132); }

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