#69617D

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

Shades of Kimberly #69617D

Tints of Kimberly #69617D

Color information

#69617D (or 0x69617D) is unknown color: approx Kimberly. HEX triplet: 69, 61 and 7D. RGB value is (105,97,125). Sum of RGB (Red+Green+Blue) = 105+97+125=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #69617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69617D is #969E82. Grayscale: #666666. Windows color (decimal): -9870979 or 8216937. OLE color: 8216937.

HSL color Cylindrical-coordinate representation of color #69617D: hue angle of 257.14º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69617D is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10597125-
CMYK0.160.2200.51
HSL257.14º12.61%43.53%-
HSV(B)257.14º22.4%49.02%-
XYZ13.813.0321.19-
YUV102.58140.65129.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=32.11%
G=29.66%
B=38.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105971250.160.2200.51257.1412.6143.53
Hex69617D1016033101d2c
Octal15114117520260634011554
Binary110100111000011111101100001011001100111000000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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