#6B678E

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

Shades of Kimberly #6B678E

Tints of Kimberly #6B678E

Color information

#6B678E (or 0x6B678E) is unknown color: approx Kimberly. HEX triplet: 6B, 67 and 8E. RGB value is (107,103,142). Sum of RGB (Red+Green+Blue) = 107+103+142=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B678E is #949871. Grayscale: #6C6C6C. Windows color (decimal): -9738354 or 9332587. OLE color: 9332587.

HSL color Cylindrical-coordinate representation of color #6B678E: hue angle of 246.15º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B678E is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB107103142-
CMYK0.250.2700.44
HSL246.15º15.92%48.04%-
HSV(B)246.15º27.46%55.69%-
XYZ15.814.7827.61-
YUV108.64146.83126.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.40%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=30.40%
G=29.26%
B=40.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071031420.250.2700.44246.1515.9248.04
Hex6B678E191B02Cf61030
Octal15314721631330543662060
Binary1101011110011110001110110011101101011001111011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,142); }

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

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

 a { background-color: rgb(107,103,142); }

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

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

 span { border-color: rgb(107,103,142); }

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