#675F8A

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

Shades of Kimberly #675F8A

Tints of Kimberly #675F8A

Color information

#675F8A (or 0x675F8A) is unknown color: approx Kimberly. HEX triplet: 67, 5F and 8A. RGB value is (103,95,138). Sum of RGB (Red+Green+Blue) = 103+95+138=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #675F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F8A is #98A075. Grayscale: #666666. Windows color (decimal): -10002550 or 9068391. OLE color: 9068391.

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

Color convert

RGB10395138-
CMYK0.250.3100.46
HSL251.16º18.45%45.69%-
HSV(B)251.16º31.16%54.12%-
XYZ14.2712.925.78-
YUV102.29148.15128.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=30.65%
G=28.27%
B=41.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal103951380.250.3100.46251.1618.4545.69
Hex675F8A191F02Efb122e
Octal14713721231370563732256
Binary1100111101111110001010110011111101011101111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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