#69658D

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

Shades of Kimberly #69658D

Tints of Kimberly #69658D

Color information

#69658D (or 0x69658D) is unknown color: approx Kimberly. HEX triplet: 69, 65 and 8D. RGB value is (105,101,141). Sum of RGB (Red+Green+Blue) = 105+101+141=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #69658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69658D is #969A72. Grayscale: #6A6A6A. Windows color (decimal): -9869939 or 9266537. OLE color: 9266537.

HSL color Cylindrical-coordinate representation of color #69658D: hue angle of 246º 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 #69658D is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105101141-
CMYK0.260.2800.45
HSL246º16.53%47.45%-
HSV(B)246º28.37%55.29%-
XYZ15.2914.2327.14-
YUV106.76147.33126.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=30.26%
G=29.11%
B=40.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051011410.260.2800.4524616.5347.45
Hex69658D1A1C02Df6112f
Octal15114521532340553662157
Binary1101001110010110001101110101110001011011111011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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