#67658D

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

Shades of Kimberly #67658D

Tints of Kimberly #67658D

Color information

#67658D (or 0x67658D) is unknown color: approx Kimberly. HEX triplet: 67, 65 and 8D. RGB value is (103,101,141). Sum of RGB (Red+Green+Blue) = 103+101+141=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #67658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67658D is #989A72. Grayscale: #6A6A6A. Windows color (decimal): -10001011 or 9266535. OLE color: 9266535.

HSL color Cylindrical-coordinate representation of color #67658D: hue angle of 243º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67658D is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB103101141-
CMYK0.270.2800.45
HSL243º16.53%47.45%-
HSV(B)243º28.37%55.29%-
XYZ15.0514.1127.13-
YUV106.16147.66125.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=29.86%
G=29.28%
B=40.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031011410.270.2800.4524316.5347.45
Hex67658D1B1C02Df3112f
Octal14714521533340553632157
Binary1100111110010110001101110111110001011011111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67658D; }

 p { color: rgb(103,101,141); }

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

<style>
 a { background-color: #67658D; }

 a { background-color: rgb(103,101,141); }

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

<style>
 span { border-color: #67658D; }

 span { border-color: rgb(103,101,141); }

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