#675C84

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

Shades of Kimberly #675C84

Tints of Kimberly #675C84

Color information

#675C84 (or 0x675C84) is unknown color: approx Kimberly. HEX triplet: 67, 5C and 84. RGB value is (103,92,132). Sum of RGB (Red+Green+Blue) = 103+92+132=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #675C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675C84 is #98A37B. Grayscale: #636363. Windows color (decimal): -10003324 or 8674407. OLE color: 8674407.

HSL color Cylindrical-coordinate representation of color #675C84: hue angle of 256.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675C84 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10392132-
CMYK0.220.3000.48
HSL256.5º17.86%43.92%-
HSV(B)256.5º30.3%51.76%-
XYZ13.5912.223.47-
YUV99.85146.14130.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=31.50%
G=28.13%
B=40.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103921320.220.3000.48256.517.8643.92
Hex675C84161E030100122c
Octal14713420426360604002254
Binary11001111011100100001001011011110011000010000000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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