#675F81

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

Shades of Kimberly #675F81

Tints of Kimberly #675F81

Color information

#675F81 (or 0x675F81) is unknown color: approx Kimberly. HEX triplet: 67, 5F and 81. RGB value is (103,95,129). Sum of RGB (Red+Green+Blue) = 103+95+129=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #675F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F81 is #98A07E. Grayscale: #656565. Windows color (decimal): -10002559 or 8478567. OLE color: 8478567.

HSL color Cylindrical-coordinate representation of color #675F81: hue angle of 254.12º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #675F81 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10395129-
CMYK0.200.2600.49
HSL254.12º15.18%43.92%-
HSV(B)254.12º26.36%50.59%-
XYZ13.6512.6522.49-
YUV101.27143.65129.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=31.50%
G=29.05%
B=39.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103951290.200.2600.49254.1215.1843.92
Hex675F81141A031fef2c
Octal14713720124320613761754
Binary110011110111111000000110100110100110001111111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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