#6A6387

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

Shades of Kimberly #6A6387

Tints of Kimberly #6A6387

Color information

#6A6387 (or 0x6A6387) is unknown color: approx Kimberly. HEX triplet: 6A, 63 and 87. RGB value is (106,99,135). Sum of RGB (Red+Green+Blue) = 106+99+135=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A6387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6387 is #959C78. Grayscale: #696969. Windows color (decimal): -9804921 or 8872810. OLE color: 8872810.

HSL color Cylindrical-coordinate representation of color #6A6387: hue angle of 251.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A6387 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10699135-
CMYK0.210.2700.47
HSL251.67º15.38%45.88%-
HSV(B)251.67º26.67%52.94%-
XYZ14.7813.7424.79-
YUV105.2144.82128.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=31.18%
G=29.12%
B=39.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106991350.210.2700.47251.6715.3845.88
Hex6A6387151B02Ffcf2e
Octal15214320725330573741756
Binary110101011000111000011110101110110101111111111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,99,135); }

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

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

 a { background-color: rgb(106,99,135); }

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

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

 span { border-color: rgb(106,99,135); }

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