#675988

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

Shades of Kimberly #675988

Tints of Kimberly #675988

Color information

#675988 (or 0x675988) is unknown color: approx Kimberly. HEX triplet: 67, 59 and 88. RGB value is (103,89,136). Sum of RGB (Red+Green+Blue) = 103+89+136=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #675988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675988 is #98A677. Grayscale: #626262. Windows color (decimal): -10004088 or 8935783. OLE color: 8935783.

HSL color Cylindrical-coordinate representation of color #675988: hue angle of 257.87º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675988 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10389136-
CMYK0.240.3500.47
HSL257.87º20.89%44.12%-
HSV(B)257.87º34.56%53.33%-
XYZ13.6111.8124.85-
YUV98.54149.14131.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=31.40%
G=27.13%
B=41.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103891360.240.3500.47257.8720.8944.12
Hex675988182302F102152c
Octal14713121030430574022554
Binary110011110110011000100011000100011010111110000001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675988; }

 p { color: rgb(103,89,136); }

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

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

 a { background-color: rgb(103,89,136); }

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

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

 span { border-color: rgb(103,89,136); }

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