#69608A

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

Shades of Kimberly #69608A

Tints of Kimberly #69608A

Color information

#69608A (or 0x69608A) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 8A. RGB value is (105,96,138). Sum of RGB (Red+Green+Blue) = 105+96+138=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #69608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69608A is #969F75. Grayscale: #676767. Windows color (decimal): -9871222 or 9068649. OLE color: 9068649.

HSL color Cylindrical-coordinate representation of color #69608A: hue angle of 252.86º degrees, saturation: 0.18, 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 #69608A is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10596138-
CMYK0.240.3000.46
HSL252.86º17.95%45.88%-
HSV(B)252.86º30.43%54.12%-
XYZ14.613.225.82-
YUV103.48147.48129.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=30.97%
G=28.32%
B=40.71%

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
Decimal105961380.240.3000.46252.8617.9545.88
Hex69608A181E02Efd122e
Octal15114021230360563752256
Binary1101001110000010001010110001111001011101111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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