#675C90

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

Shades of Kimberly #675C90

Tints of Kimberly #675C90

Color information

#675C90 (or 0x675C90) is unknown color: approx Kimberly. HEX triplet: 67, 5C and 90. RGB value is (103,92,144). Sum of RGB (Red+Green+Blue) = 103+92+144=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #675C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675C90 is #98A36F. Grayscale: #656565. Windows color (decimal): -10003312 or 9460839. OLE color: 9460839.

HSL color Cylindrical-coordinate representation of color #675C90: hue angle of 252.69º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #675C90 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10392144-
CMYK0.280.3600.44
HSL252.69º22.03%46.27%-
HSV(B)252.69º36.11%56.47%-
XYZ14.4512.5528.05-
YUV101.22152.14129.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=30.38%
G=27.14%
B=42.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103921440.280.3600.44252.6922.0346.27
Hex675C901C2402Cfd162e
Octal14713422034440543752656
Binary11001111011100100100001110010010001011001111110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675C90; }

 p { color: rgb(103,92,144); }

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

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

 a { background-color: rgb(103,92,144); }

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

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

 span { border-color: rgb(103,92,144); }

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