#69617A

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

Shades of Kimberly #69617A

Tints of Kimberly #69617A

Color information

#69617A (or 0x69617A) is unknown color: approx Kimberly. HEX triplet: 69, 61 and 7A. RGB value is (105,97,122). Sum of RGB (Red+Green+Blue) = 105+97+122=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #69617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69617A is #969E85. Grayscale: #666666. Windows color (decimal): -9870982 or 8020329. OLE color: 8020329.

HSL color Cylindrical-coordinate representation of color #69617A: hue angle of 259.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69617A is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10597122-
CMYK0.140.2000.52
HSL259.2º11.42%42.94%-
HSV(B)259.2º20.49%47.84%-
XYZ13.6112.9620.2-
YUV102.24139.15129.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=32.41%
G=29.94%
B=37.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105971220.140.2000.52259.211.4242.94
Hex69617AE14034103b2b
Octal15114117216240644031353
Binary11010011100001111101011101010001101001000000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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