#675881

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

Shades of Kimberly #675881

Tints of Kimberly #675881

Color information

#675881 (or 0x675881) is unknown color: approx Kimberly. HEX triplet: 67, 58 and 81. RGB value is (103,88,129). Sum of RGB (Red+Green+Blue) = 103+88+129=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #675881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675881 is #98A77E. Grayscale: #616161. Windows color (decimal): -10004351 or 8476775. OLE color: 8476775.

HSL color Cylindrical-coordinate representation of color #675881: hue angle of 261.95º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #675881 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10388129-
CMYK0.200.3200.49
HSL261.95º18.89%42.55%-
HSV(B)261.95º31.78%50.59%-
XYZ13.0511.4522.29-
YUV97.16145.97132.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=32.19%
G=27.5%
B=40.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103881290.200.3200.49261.9518.8942.55
Hex6758811420031106132b
Octal14713020124400614062353
Binary110011110110001000000110100100000011000110000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675881; }

 p { color: rgb(103,88,129); }

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

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

 a { background-color: rgb(103,88,129); }

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

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

 span { border-color: rgb(103,88,129); }

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