#69618A

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

Shades of Kimberly #69618A

Tints of Kimberly #69618A

Color information

#69618A (or 0x69618A) is unknown color: approx Kimberly. HEX triplet: 69, 61 and 8A. RGB value is (105,97,138). Sum of RGB (Red+Green+Blue) = 105+97+138=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #69618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69618A is #969E75. Grayscale: #676767. Windows color (decimal): -9870966 or 9068905. OLE color: 9068905.

HSL color Cylindrical-coordinate representation of color #69618A: hue angle of 251.71º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69618A is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10597138-
CMYK0.240.3000.46
HSL251.71º17.45%46.08%-
HSV(B)251.71º29.71%54.12%-
XYZ14.6913.3925.85-
YUV104.07147.15128.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=30.88%
G=28.53%
B=40.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105971380.240.3000.46251.7117.4546.08
Hex69618A181E02Efc112e
Octal15114121230360563742156
Binary1101001110000110001010110001111001011101111110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69618A; }

 p { color: rgb(105,97,138); }

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

<style>
 a { background-color: #69618A; }

 a { background-color: rgb(105,97,138); }

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

<style>
 span { border-color: #69618A; }

 span { border-color: rgb(105,97,138); }

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