#675882

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

Shades of Kimberly #675882

Tints of Kimberly #675882

Color information

#675882 (or 0x675882) is unknown color: approx Kimberly. HEX triplet: 67, 58 and 82. RGB value is (103,88,130). Sum of RGB (Red+Green+Blue) = 103+88+130=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #675882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675882 is #98A77D. Grayscale: #616161. Windows color (decimal): -10004350 or 8542311. OLE color: 8542311.

HSL color Cylindrical-coordinate representation of color #675882: hue angle of 261.43º 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 #675882 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10388130-
CMYK0.210.3200.49
HSL261.43º19.27%42.75%-
HSV(B)261.43º32.31%50.98%-
XYZ13.1111.4722.64-
YUV97.27146.47132.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=32.09%
G=27.41%
B=40.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103881300.210.3200.49261.4319.2742.75
Hex6758821520031105132b
Octal14713020225400614052353
Binary110011110110001000001010101100000011000110000010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675882; }

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

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

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

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

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

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

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

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