#675A8A

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

Shades of Kimberly #675A8A

Tints of Kimberly #675A8A

Color information

#675A8A (or 0x675A8A) is unknown color: approx Kimberly. HEX triplet: 67, 5A and 8A. RGB value is (103,90,138). Sum of RGB (Red+Green+Blue) = 103+90+138=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #675A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675A8A is #98A575. Grayscale: #636363. Windows color (decimal): -10003830 or 9067111. OLE color: 9067111.

HSL color Cylindrical-coordinate representation of color #675A8A: hue angle of 256.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675A8A is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10390138-
CMYK0.250.3500.46
HSL256.25º21.05%44.71%-
HSV(B)256.25º34.78%54.12%-
XYZ13.8412.0325.64-
YUV99.36149.81130.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=31.12%
G=27.19%
B=41.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal103901380.250.3500.46256.2521.0544.71
Hex675A8A192302E100152d
Octal14713221231430564002555
Binary110011110110101000101011001100011010111010000000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,90,138); }

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

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

 a { background-color: rgb(103,90,138); }

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

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

 span { border-color: rgb(103,90,138); }

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